Concept

Multiclass-multioutput Classification

Multiclass-multioutput classification (also known as multitask classification) is a classification task which labels each sample with a set of non-binary properties. Both the number of properties and the number of classes per property is greater than 2. A single estimator thus handles several joint classification tasks. This is both a generalization of the multilabel classification task, which only considers binary attributes, as well as a generalization of the multiclass classification task, where only one property is considered.

https://scikit-learn.org/stable/modules/multiclass.html

0

1

Updated 2021-09-25

Tags

Data Science