decisiontree
Decision tree library
An implementation of the ID3 algorithm for building decision trees
ID3-based implementation of the ML Decision Tree algorithm
1k stars
40 watching
130 forks
Language: Ruby
last commit: about 6 years ago
Linked from 3 awesome lists
decision-treemachine-learningrubyrubyml
Related projects:
Repository | Description | Stars |
---|---|---|
johnstonskj/rml-decisiontrees | An implementation of decision trees for classification in Racket machine learning. | 4 |
bensadeghi/decisiontree.jl | A Julia package implementing popular machine learning algorithms | 8 |
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 |
sgrodriguez/ddt | A Go-based decision tree library allowing custom rule-based decision making | 37 |
serengil/chefboost | A Python library providing a lightweight framework for building decision trees with categorical feature support | 460 |
florentavellaneda/inferdt | This C++ project provides an implementation of decision tree algorithms for classification tasks | 7 |
trangdata/treeheatr | An R package that provides a visualization tool for decision trees with integrated heatmaps, allowing users to visualize and interact with tree parameters. | 57 |
aia-uclouvain/pydl8.5 | An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface | 61 |
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 |
danielsdeleo/decider | A flexible and extensible machine learning library for Ruby | 385 |
pzuh/decisiontree | An implementation of a binary decision tree using ActionScript 3.0 for AI bot/agent in video games. | 3 |
kaurao/hddt | An R implementation of Hellinger distance decision tree algorithm. | 10 |
vanbantruong/faht | A Java implementation of a fairness-aware decision tree classifier for online stream-based classification | 8 |
grantmcdermott/parttree | A tool for visualizing decision tree partitions in R using ggplot2. | 93 |
rgf-team/rgf | A collection of implementations and wrappers for a tree ensemble machine learning method | 378 |