Top "Multilabel-classification" questions

Multi-label classification refers to the problem in Machine Learning of assigning multiple target labels to each sample, where the labels represent a property of the sample point and need not be mutually exclusive.

Error: Classification metrics can't handle a mix of multiclass-multioutput and multilabel-indicator targets

I am newbie to machine learning in general. I am trying to do multilabel text classification. I have the original …

python cross-validation multilabel-classification
Multi-label feature selection using sklearn

I'm looking to perform feature selection with a multi-label dataset using sklearn. I want to get the final set of …

python-2.7 machine-learning scikit-learn feature-selection multilabel-classification