lahovniktadej/gatree
Evolutionary decision trees
This tool helps data scientists and machine learning practitioners build and optimize decision trees for classification and clustering. You provide your dataset, and it automatically evolves highly effective decision tree models. The output is a robust decision tree that can make accurate predictions or group similar data points.
No commits in the last 6 months.
Use this if you need an advanced way to create highly optimized decision trees for classification or clustering tasks by leveraging evolutionary algorithms.
Not ideal if your primary goal is regression, as this version only supports classification and clustering.
Stars
11
Forks
4
Language
Python
License
MIT
Category
Last pushed
Jun 16, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lahovniktadej/gatree"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
google/yggdrasil-decision-forests
A library to train, evaluate, interpret, and productionize decision forest models such as Random...
parrt/dtreeviz
A python library for decision tree visualization and model interpretation.
tensorflow/decision-forests
A collection of state-of-the-art algorithms for the training, serving and interpretation of...
neurodata/treeple
Scikit-learn compatible decision trees beyond those offered in scikit-learn
winkjs/wink-regression-tree
Decision Tree to predict the value of a continuous target variable