winkjs/wink-regression-tree
Decision Tree to predict the value of a continuous target variable
This tool helps you predict a specific numerical value, like a product's price, delivery time, or a vehicle's fuel efficiency, based on various characteristics. You input historical data with known outcomes and the characteristics of the item you want to predict, and it outputs an estimated value. This is useful for data analysts, business intelligence professionals, or anyone needing to forecast continuous numerical outcomes.
No commits in the last 6 months. Available on npm.
Use this if you need to predict a specific numeric outcome (like price, weight, or duration) by understanding how different input factors contribute to that outcome.
Not ideal if you want to classify items into categories or if your target variable isn't a continuous number.
Stars
16
Forks
9
Language
JavaScript
License
MIT
Category
Last pushed
Feb 27, 2023
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/winkjs/wink-regression-tree"
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
sanity/quickml
A fast and easy to use decision tree learner in java