alvarouc / polyssifier

run a multitude of classifiers on you data and get an AUC report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multilabel classification fails

alvarouc opened this issue · comments

Upgrading from Pandas 0.18 to 0.2 caused a shape error in predict_proba.
The temporary fix in commit b17d13e limits this implementation to binary classification only