You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LinAlgError: the leading minor of order 299 of 'b' is not positive definite. The factorization of ' b' could not be completed and no eigenvalues or eigenvectors were computed.
#15
Open
Char-Aznable opened this issue
Oct 15, 2019
· 3 comments
I am facing a similar problem, I have 2 datasets of size 512x8 on which I am trying to do cca. can someone suggest to me what regularization and numCC I should use?
Hi, I am trying to perform CCA on my 2 data sets, both of which are of shape 6030 samples by 499 features. I am using
and get this error:
On the other hand, Scikit-learn's CCA does give results without error. Any clue where I should look into what happened?
The text was updated successfully, but these errors were encountered: