sanity/quickml
A fast and easy to use decision tree learner in java
QuickML helps data scientists, analysts, and researchers rapidly build and apply decision tree models to their data. You provide a dataset with various features, and it generates a predictive model that can classify or estimate outcomes. This is ideal for anyone needing to quickly derive insights or make predictions from structured data without extensive setup.
234 stars. No commits in the last 6 months.
Use this if you need to quickly train and deploy decision tree models to make predictions or classify data.
Not ideal if you require advanced machine learning algorithms beyond decision trees, or if your primary programming language is not Java.
Stars
234
Forks
50
Language
Java
License
LGPL-3.0
Category
Last pushed
May 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sanity/quickml"
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