Skip to content

Commit

Permalink
Merge pull request #106 from jameschapman19/pytorchlightning
Browse files Browse the repository at this point in the history
Changed iterative error to warning. This stops gridsearch breaking if…
  • Loading branch information
jameschapman19 committed Nov 17, 2021
2 parents 4228706 + 83d61e8 commit 686f76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cca_zoo/models/iterative.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def __init__(
scale=scale,
positive=positive,
random_state=random_state,
c=0,
c=1e-5,
maxvar=False,
)

Expand Down

0 comments on commit 686f76a

Please sign in to comment.