A Python implementation of the Hoeffding Tree algorithm.
A collection of research papers on decision, classification and regression trees with implementations.
A machine learning package for streaming data in Python. The other ancestor of River.
incremental CART decision tree, based on the hoeffding tree i.e. very fast decision tree (VFDT), which is proposed in this paper "Mining High-Speed Data Streams" by Domingos & Hulten (2000). And a newly extended model "Extremely Fast Decision Tree" (EFDT) by Manapragada, Webb & Salehi (2018). Added new implementation of Random Forest