incremental_decision_tree-CART-Random_Forest
Decision Tree Library
An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data
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
100 stars
7 watching
28 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
florentavellaneda/inferdt | This C++ project provides an implementation of decision tree algorithms for classification tasks | 7 |
greenfish77/gaenari | A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time. | 25 |
serengil/chefboost | A Python library providing a lightweight framework for building decision trees with categorical feature support | 460 |
bensadeghi/decisiontree.jl | A Julia package implementing popular machine learning algorithms | 8 |
johnstonskj/rml-decisiontrees | An implementation of decision trees for classification in Racket machine learning. | 4 |
xiyanghu/osdt | A Python implementation of an algorithm for constructing decision trees with regularization and various bounding functions to accelerate the search process. | 100 |
igrigorik/decisiontree | An implementation of the ID3 algorithm for building decision trees | 1,439 |
aia-uclouvain/pydl8.5 | An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface | 61 |
tensorflow/decision-forests | Provides tools and APIs for training, serving, and interpreting decision forest models in TensorFlow. | 660 |
kaurao/hddt | An R implementation of Hellinger distance decision tree algorithm. | 10 |
rgf-team/rgf | A collection of implementations and wrappers for a tree ensemble machine learning method | 378 |
sjia1/odt-with-noisy-outcomes | An implementation of an optimal decision tree algorithm with noisy outcomes, specifically tailored to simulate real-world decision-making under uncertainty | 0 |
mljs/random-forest | A JavaScript implementation of a random forest algorithm for classification and regression tasks. | 61 |
masatoi/cl-random-forest | An implementation of Random Forest for multiclass classification and univariate regression in Common Lisp. | 59 |
imbs-hl/ranger | A fast implementation of random forests suitable for high-dimensional data in C++ | 776 |