Add Hoeffding Tree Classifier
Closed this issue · 0 comments
jaime-cespedes-sisniega commented
In order to the replace the use of DecisionTreeClassifier (batch learning, no partial_fit method available) in the examples, implement HoeffdingTreeClassifier (instance-incremental learning, it must have a partial_fit method). Hoeffding Tree Classifier