sklearn-porter icon indicating copy to clipboard operation
sklearn-porter copied to clipboard

ETA for RandomForestRegressor for JS?

Open oribarilan opened this issue 7 years ago • 3 comments

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

Thanks!

oribarilan avatar Jun 05 '17 19:06 oribarilan

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

nok avatar Jun 05 '17 23:06 nok

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

oribarilan avatar Jun 06 '17 08:06 oribarilan

+1 to add support to the RandomForestRegressor 🚀

loretoparisi avatar Apr 28 '20 09:04 loretoparisi