Re: [scikit-learn] Scikit Multi learn error.

2018-06-26 Thread Piotr SzymaƄski
Scikit-multilearn features a larger variety of models, many of which are still not above the selectiveness threshold of scikit-learn. In general, scikit-learn implements only three multi-label classifiers - BinaryRelevance, OneVsRest and ClassifierChains. And generally sklearn.multioutput is a very

Re: [scikit-learn] Scikit Multi learn error.

2018-06-26 Thread Fernando Marcos Wittmann
Why there's a library based on Sklearn for multi classification? Sklearn itself can handle this ( http://scikit-learn.org/stable/modules/multiclass.html) On Tue, Jun 26, 2018 at 5:08 PM, Vlad Niculae wrote: > Hi Aijaz, > > You're writing to the wrong mailing list. This is the mailing list for >

Re: [scikit-learn] Scikit Multi learn error.

2018-06-26 Thread Vlad Niculae
Hi Aijaz, You're writing to the wrong mailing list. This is the mailing list for scikit-learn, not scikit-multilearn, which is a different and unrelated project. You're unlikely to get an answer here; I recommend following the contact information on the scikit-multilearn website. Best of luck, Y