shane-kercheval / oo-learning

Python machine learning library based on Object Oriented design principles; the goal is to allow users to quickly explore data and search for top machine learning algorithm candidates for a given dataset
MIT License
1 stars 0 forks source link

One-vs-All and One-vs-One Classifiers #27

Open shane-kercheval opened 6 years ago

shane-kercheval commented 6 years ago

These classifiers take any binary classifier and converts them to multi-class classifiers by building multiple models.