Skip to content

Releases: jameschapman19/cca_zoo

New CV classes

27 Sep 17:02
8e01ea3
Compare
Choose a tag to compare

Added GridSearchCV and RandomizedSearchCV which are based on the scikit-learn equivalents

v1.7.19

07 Sep 00:39
Compare
Choose a tag to compare

Removed tensorboard for simplicity

Fixed NOI

03 Sep 20:23
Compare
Choose a tag to compare
v1.7.18

Switching to pytest

1.7.17

03 Sep 11:24
Compare
Choose a tag to compare

First time using github actions to do releases.

Switched to pytest for testing.

score() for full sklearn compatibility

22 Jul 15:40
Compare
Choose a tag to compare
v1.7.11

Created using Colaboratory

More stable deep objectives

14 Jul 22:49
Compare
Choose a tag to compare
v1.7.10

Created using Colaboratory

Rejigged Deep API

24 Jun 18:12
Compare
Choose a tag to compare

Previously:
dcca=DCCA(optimizer=optimizer)
dcca=DeepWrapper(dcca).fit()

Now:
dcca=DCCA()
dcca=DeepWrapper(dcca,optimizer=optimizer).fit()

So don't actually need to use DeepWrapper its just a helper class for training in standardised way.

Simpler deep models

24 Jun 12:59
Compare
Choose a tag to compare
v1.7.3

Bump version

v1.7.1

17 Jun 12:25
Compare
Choose a tag to compare

Changed defaults for regularisation r and eps .

Stable DCCA hopefully

17 Jun 11:18
Compare
Choose a tag to compare

Now requires pytorch 1.9 which has the new pytorch.linalg which has stable gradients even when some eigenvalues are the same!