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
129 forks
Language: Ruby
last commit: over 6 years ago
Linked from 3 awesome lists
decision-treemachine-learningrubyrubyml
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of decision trees for classification in Racket machine learning. | 4 |
| A Julia package implementing popular machine learning algorithms | 8 |
| A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time. | 26 |
| A Go-based decision tree library allowing custom rule-based decision making | 37 |
| A Python library providing a lightweight framework for building decision trees with categorical feature support | 463 |
| This C++ project provides an implementation of decision tree algorithms for classification tasks | 7 |
| An R package that provides a visualization tool for decision trees with integrated heatmaps, allowing users to visualize and interact with tree parameters. | 57 |
| An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface | 62 |
| An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data | 100 |
| A flexible and extensible machine learning library for Ruby | 385 |
| An implementation of a binary decision tree using ActionScript 3.0 for AI bot/agent in video games. | 3 |
| An R implementation of Hellinger distance decision tree algorithm. | 10 |
| A Java implementation of a fairness-aware decision tree classifier for online stream-based classification | 8 |
| A tool for visualizing decision tree partitions in R using ggplot2. | 93 |
| A collection of implementations and wrappers for a tree ensemble machine learning method | 379 |