lagodiuk/decision-tree-js
Small JavaScript implementation of ID3 Decision tree
This tool helps you build predictive models to classify data into categories based on its characteristics. You input a dataset of examples with various features and their known categories, and it outputs a model that can predict the category for new, unseen data. It's designed for data analysts or researchers who need to make classifications or predictions based on structured data.
283 stars. No commits in the last 6 months.
Use this if you have a dataset with clear examples and want to predict a specific outcome or category for new observations.
Not ideal if your data is unstructured (like images or free text) or if you need to predict a continuous numerical value instead of a category.
Stars
283
Forks
51
Language
JavaScript
License
MIT
Category
Last pushed
Jan 10, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lagodiuk/decision-tree-js"
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