JamesRitchie / scikit-rvm

Relevance Vector Machine implementation using the scikit-learn API.
229 stars 73 forks source link

Exceptions when the training data is too big using RVC #12

Open Zidane-Han opened 6 years ago

Zidane-Han commented 6 years ago

for my example, it will cause an error when I am using RVC.fit function

the size of my training data is only 200*21 (200 samples and 21 features)

May-sysu commented 2 years ago

maybe label is some wrong. Take [1,0,1,0,0,0,0] as label, but not [[1],[0],[0]]