Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help -- ValueError : Rank(A) < p or Rank([P; A; G]) < n #27

Open
Sere1995 opened this issue Jul 7, 2021 · 0 comments
Open

Help -- ValueError : Rank(A) < p or Rank([P; A; G]) < n #27

Sere1995 opened this issue Jul 7, 2021 · 0 comments

Comments

@Sere1995
Copy link

Sere1995 commented Jul 7, 2021

Hi, I'm trying to use the algorithm but I get this error :

ValueErrorTraceback (most recent call last)
in ()
1
----> 2 classifier.fit(train_bags, train_labels)

3 frames
/content/src/misvm/misvm/quadprog.py in solve(self, verbose)
75 self._ensure_pd(eps)
76 else:
---> 77 raise e
78
79 _apply_options(old_settings)

ValueError: Rank(A) < p or Rank([P; A; G]) < n

Can you help me solve this ? thank you in advance for any help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant