sklearn-porter
sklearn-porter copied to clipboard
Is there any plan to support RandomForestRegressor?
Thanks
Hi, @michelsanner have you find alternative way?
@ys31jp have you found a way to convert RandomForestRegressor?
@ys31jp have you found a way to convert RandomForestRegressor?
yes, I found way to convert it into pure Java.
Hello @michelsanner , @yin-zhang and @ys31jp ,
thanks all for your interest. I noticed it for one of the coming releases. It shouldn't be difficult.
Kind regards, Darius
I ended up using skompiler to dump each individual tree, and combine the result.
Hello @michelsanner , @yin-zhang and @ys31jp ,
thanks all for your interest. I noticed it for one of the coming releases. It shouldn't be difficult.
Kind regards, Darius
Thanks in advance.
I ended up using skompiler to dump each individual tree, and combine the result.
which languages you need to be convert?
I’d Like to generate C or C++ coded for Random Forest Regressors
thanks
From: ys31jp @.> Date: Tuesday, May 17, 2022 at 5:07 AM To: nok/sklearn-porter @.> Cc: Michel Sanner @.>, Mention @.> Subject: Re: [nok/sklearn-porter] Is there any plan to support RandomForestRegressor? (#84)
I ended up using skompiler to dump each individual tree, and combine the result.
which languages you need to be convert?
— Reply to this email directly, view it on GitHubhttps://github.com/nok/sklearn-porter/issues/84#issuecomment-1128784707, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALNO25ZCWIZOICAZFY7LOPDVKODO3ANCNFSM5EMSJPFA. You are receiving this because you were mentioned.Message ID: @.***>
I ended up using skompiler to dump each individual tree, and combine the result.
which languages you need to be convert?
I also needed C code
Any update on RandomForestRegressor to C++ ? Also interested in this functionality thanks.
@ys31jp have you found a way to convert RandomForestRegressor?
yes, I found way to convert it into pure Java.
@ys31jp how did you do so?