Skip to content

Commit

Permalink
Removing the slow constrained option for Elastic CCA. Now uses maxvar…
Browse files Browse the repository at this point in the history
… by default and sumcor for lasso where valid
  • Loading branch information
jameschapman19 committed Nov 16, 2021
1 parent d43f928 commit 4eb6461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cca_zoo/test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def test_TCCA():


def test_NCCA():
latent_dims = 2
latent_dims = 1
ncca = NCCA(latent_dims=latent_dims).fit((X, Y))
corr_ncca = ncca.score((X, Y))
assert corr_ncca > 0.9
Expand Down

0 comments on commit 4eb6461

Please sign in to comment.