This algorithm was created to deal with dataset containing majority class.
It works with two steps :
- Binary classification between the majority class and the rest.
- Multiclass classification on the rest.
The class is compatible as estimator with Scikit