decision-tree topic

List decision-tree repositories

mljar-supervised

3.0k
Stars
389
Forks
Watchers

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation

decision-tree-js

281
Stars
49
Forks
Watchers

Small JavaScript implementation of ID3 Decision tree

Forge

269
Stars
45
Forks
Watchers

A Generic Low-Code Framework Built on a Config-Driven Tree Walker

opencv-machine-learning

800
Stars
461
Forks
Watchers

M. Beyeler (2017). Machine Learning for OpenCV: Intelligent image processing with Python. Packt Publishing Ltd., ISBN 978-178398028-4.

connected-components-3d

337
Stars
41
Forks
Watchers

Connected components on discrete and continuous multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6)

tiny_ml

211
Stars
36
Forks
Watchers

numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法

DecisionTree.jl

341
Stars
101
Forks
Watchers

Julia implementation of Decision Tree (CART) and Random Forest algorithms

quickml

230
Stars
54
Forks
Watchers

A fast and easy to use decision tree learner in java

Python_Decision_Tree_and_Random_Forest

244
Stars
197
Forks
Watchers

I've demonstrated the working of the decision tree-based ID3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new sample. All the steps have...