gallantlab / pyrcca

Regularized kernel canonical correlation analysis in Python
Other
242 stars 73 forks source link

Set two different regularisation parameters? #6

Closed kimrants closed 6 years ago

kimrants commented 6 years ago

For two data sets, is it true that I cannot pass in a list of different regularization parameters? It seems like the package does not allow this

nbilenko commented 6 years ago

Hello, yes, the regularization parameter is defined for the whole optimization problem, and not for each dataset individually.