Releases: jameschapman19/cca_zoo
Releases · jameschapman19/cca_zoo
v2.3.4
Format code with black
Cut out lots of code around the gradient descent algorithms
v2.3.3 Adding back in explained variance and explained covariance as well as…
Don't deflate after last component.
v2.3.2 Merge remote-tracking branch 'origin/main'
copy_data working for all models!
v2.3.1 Format code with black
Explained Variance and Covariance
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
v2.2.1 Format code with black
Separate Stochastic and AO methods.
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
Updated docs.
v2.0.8
Version 2.0.0 changes
v2.0.7
Format code with black