DecisionTree.jl
Machine learning library
A Julia package implementing popular machine learning algorithms
Julia implementation of Decision Tree (CART) and Random Forest algorithms
8 stars
1 watching
0 forks
Language: Julia
last commit: over 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
johnstonskj/rml-decisiontrees | An implementation of decision trees for classification in Racket machine learning. | 4 |
igrigorik/decisiontree | An implementation of the ID3 algorithm for building decision trees | 1,439 |
serengil/chefboost | A Python library providing a lightweight framework for building decision trees with categorical feature support | 460 |
benhamner/machinelearning.jl | A Julia library providing a consistent API for common machine learning algorithms | 116 |
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 |
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 |
zdanielsresearch/hellingertreesmatlab | Implementation of Hellinger Distance Decision Trees and Forests for binary decision problems with imbalanced data and numeric attributes. | 1 |
aia-uclouvain/pydl8.5 | An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface | 61 |
yandongliu/learningjs | A JavaScript implementation of machine learning algorithms, including logistic regression and decision tree models. | 65 |
juliaai/mlj.jl | A toolbox providing common interfaces and meta-algorithms for machine learning models in Julia. | 1,795 |
sgrodriguez/ddt | A Go-based decision tree library allowing custom rule-based decision making | 37 |
danielsdeleo/decider | A flexible and extensible machine learning library for Ruby | 385 |
kaurao/hddt | An R implementation of Hellinger distance decision tree algorithm. | 10 |
cstjean/scikitlearn.jl | A Julia implementation of popular machine learning algorithms and interfaces. | 544 |