JamesRitchie / scikit-rvm

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

fixing unequal samples sizes #5 #6

Closed jonathf closed 7 years ago

jonathf commented 8 years ago

Small bugfix to deal with crash from unequal sample sizes in the different categories.

JamesRitchie commented 7 years ago

Merging this into a branch with some tests to catch this problem if it occurs again.