Skip to content

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

@Sere1995

Description

@Sere1995

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions