Hi Pypers,

Hope you are doing well.

I am doing multi label classification in which my X and Y are sparse
matrices with Y properly binarized.

Though my Y has multi-labels properly binarized, I am getting the following
error:

Value Error: Multioutput target data is not supported with label binarization



The Classifier I am using is as follows:

Classifier =
OneVsRestClassifier(SGDClassifier(random_state=0,loss='log',alpha=0.00001,penalty='elasticnet')).fit(Finaldata,y)

Let me know in what are the ways this can be resolved. Should I make
any upstream changes?


Regards,

Sanant
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to