Skip to content

petitgrizzlies/bmdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Multiclass Decision Tree

This algorithm was created to deal with dataset containing majority class.

It works with two steps :

  1. Binary classification between the majority class and the rest.
  2. Multiclass classification on the rest.

The class is compatible as estimator with Scikit

About

Binary Multiclass Decision Tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages