Closed Bigmai-1234 closed 3 years ago
got it, thanks!@ach
No. Multi-label classification is not supported (i.e. training a model that predicts several independent labels).
The recommended solution is to train an individual TF-DF model for each label (possibly in parallel).
Remark that Decision Forests do not have the capability to extract hidden representations like Neural Networks do. In other words, "multi-head training" is equivalent to independent training.
Ps: Multi-class classification is supported (i.e. training a classification model on a label with more than two possible classes).
got it! thanks.
No. Multi-label classification is not supported (i.e. training a model that predicts several independent labels).
The recommended solution is to train an individual TF-DF model for each label (possibly in parallel).
Remark that Decision Forests do not have the capability to extract hidden representations like Neural Networks do. In other words, "multi-head training" is equivalent to independent training.
Ps: Multi-class classification is supported (i.e. training a classification model on a label with more than two possible classes).