decision-tree topic
mljar-supervised
Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
decision-tree-js
Small JavaScript implementation of ID3 Decision tree
Forge
A Generic Low-Code Framework Built on a Config-Driven Tree Walker
opencv-machine-learning
M. Beyeler (2017). Machine Learning for OpenCV: Intelligent image processing with Python. Packt Publishing Ltd., ISBN 978-178398028-4.
connected-components-3d
Connected components on discrete and continuous multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6)
EvoTrees.jl
Boosted trees in Julia
tiny_ml
numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法
DecisionTree.jl
Julia implementation of Decision Tree (CART) and Random Forest algorithms
quickml
A fast and easy to use decision tree learner in java
Python_Decision_Tree_and_Random_Forest
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...