javascriptdata / scikit.js

JavaScript package for predictive data analysis and machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DecisionTreeRegressor

dcrescim opened this issue · comments

Build a DecisionTreeRegressor which matches some of the API of the scikit-learn DecisionTreeRegressor.

https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html#sklearn.tree.DecisionTreeRegressor

No need to support the entire API to start. If you make the first pass, others can come in, and chip in other features as well.