Skip to content

Releases: jameschapman19/cca_zoo

v2.3.4

18 Sep 12:16
Compare
Choose a tag to compare
Format code with black

Cut out lots of code around the gradient descent algorithms

30 Aug 16:24
Compare
Choose a tag to compare
v2.3.3

Adding back in explained variance and explained covariance as well as…

Don't deflate after last component.

24 Aug 09:17
Compare
Choose a tag to compare
v2.3.2

Merge remote-tracking branch 'origin/main'

copy_data working for all models!

24 Aug 01:50
Compare
Choose a tag to compare
v2.3.1

Format code with black

Explained Variance and Covariance

18 Aug 13:29
Compare
Choose a tag to compare

Basically we've added back in explained variance and explained covariance by adding 'loadings' which are normalized weights such that w'w=1 or ||w||=1. Loadings are thus equivalent to their PCA counterparts. We also relabelled factor loadings as 'canonical loadings' in line with online dicussion/literature.

Fixed deflation for high-D

09 Aug 16:56
Compare
Choose a tag to compare
v2.2.1

Format code with black

Separate Stochastic and AO methods.

07 Aug 13:22
Compare
Choose a tag to compare

Went down a bad route before. New way is much simpler for AO methods, much more elegant, much more extendable by users.

v2.1.0

02 Jul 02:30
Compare
Choose a tag to compare
Updated docs.

v2.0.8

30 Jun 02:09
Compare
Choose a tag to compare
Version 2.0.0 changes

v2.0.7

26 Jun 12:12
Compare
Choose a tag to compare
Format code with black