smartcore
smartcore copied to clipboard
Add multiclass classification strategies
We should have at least these 2 meta-classifiers:
- one-vs-the-rest / one-vs-all
- one-vs-one
For more information on both strategies look at this page https://scikit-learn.org/stable/modules/multiclass.html#multiclass-classification
Does SmartCore version 0.3.1 support multi class classification or not ?
not yet, but if you want to help implement it you are welcome to try. Please see CONTRIBUTING.md
and the work we are doing in #257