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
add ExtraTreesClassifier and ExtraTreesRegressor #39
Hands on Machine Learning pg 192
With same API as RandomeForest, perhaps reuse RF classes and have a flag for
extre_trees
(?)