nok / sklearn-porter

Transpile trained scikit-learn estimators to C, Java, JavaScript and others.
BSD 3-Clause "New" or "Revised" License
1.29k stars 170 forks source link

ETA for RandomForestRegressor for JS? #14

Open oribarilan opened 7 years ago

oribarilan commented 7 years ago

Just wondering if there is an ETA for a JS implementation for RandomForestRegressor?

Thanks!

nok commented 7 years ago

Hello @oribarilan,

at this time, no, there isn't any ETA available. Nevertheless I added the algorithm to the list of proposed regressors: https://github.com/nok/sklearn-porter/projects/6#card-3218800.

Nevertheless at first we have to implement the base estimator DecisionTreeRegressor

And in general JavaScript is the first supported programming language.

Best, Darius

oribarilan commented 7 years ago

Great. Can't wait to follow up on this project in the future. Thank you.

loretoparisi commented 4 years ago

+1 to add support to the RandomForestRegressor 🚀