Contribution guidelines
Description
I've tried to compare three methods of Multilabel Classification by Random Forest. I wanted to check wich method will be the best MultiOutputClassifier, ClassifierChain or native multilabel RandomForestClassifier. To my surprise, all the results were identical. What is wrong then, since when I do the same calculations using sklearn I get different results. Could you help me.
test.pdf
Expected behaviour
No response
Actual behaviour
No response
Steps to reproduce
No response
Python and package version
- Python:
import sys; sys.version
- ATOM:
import atom; atom.__version__
Contribution guidelines
Description
I've tried to compare three methods of Multilabel Classification by Random Forest. I wanted to check wich method will be the best MultiOutputClassifier, ClassifierChain or native multilabel RandomForestClassifier. To my surprise, all the results were identical. What is wrong then, since when I do the same calculations using sklearn I get different results. Could you help me.
test.pdf
Expected behaviour
No response
Actual behaviour
No response
Steps to reproduce
No response
Python and package version
import sys; sys.versionimport atom; atom.__version__