gaenari

Decision Tree Library

A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time.

c++ incremental decision tree

GitHub

26 stars
3 watching
2 forks
Language: C++
last commit: over 2 years ago
aic45-decision-treeconcept-driftcpp-librarycpp17-librarycsv-parserdataframe-librarydecision-tree-classifiergnuplot-cppincremental-learningj48json-parsermachine-learningonline-learningsqlite-driver

Related projects:

Repository Description Stars
doubleplusplus/incremental_decision_tree-cart-random_forest An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data 100
igrigorik/decisiontree An implementation of the ID3 algorithm for building decision trees 1,438
serengil/chefboost A Python library providing a lightweight framework for building decision trees with categorical feature support 463
sgrodriguez/ddt A Go-based decision tree library allowing custom rule-based decision making 37
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
aia-uclouvain/pydl8.5 An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface 62
florentavellaneda/inferdt This C++ project provides an implementation of decision tree algorithms for classification tasks 7
pzuh/decisiontree An implementation of a binary decision tree using ActionScript 3.0 for AI bot/agent in video games. 3
guanghelee/iclr20-locally-constant-nets Develops decision trees from derivatives of ReLU networks to improve model interpretability and robustness 21
only4sim/zk-dtp An open-source system that enables secure and private machine learning predictions using decision tree models. 25
serendipious/nodejs-decision-tree A Node.js implementation of a decision tree using the ID3 algorithm for classification 210
tensorflow/decision-forests Provides tools and APIs for training, serving, and interpreting decision forest models in TensorFlow. 666
ryanbressler/cloudforest A high-performance ensemble learning framework for decision trees in Go. 740
dmlc/treelite Enables storage and exchange of decision tree models in a format independent of specific frameworks or platforms. 742