-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any plan to support RandomForestRegressor? #84
Comments
Hi, @michelsanner have you find alternative way? |
@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, |
I ended up using skompiler to dump each individual tree, and combine the result. |
Thanks in advance. |
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 GitHub<#84 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALNO25ZCWIZOICAZFY7LOPDVKODO3ANCNFSM5EMSJPFA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I also needed C code |
Any update on RandomForestRegressor to C++ ? Also interested in this functionality thanks. |
Thanks
The text was updated successfully, but these errors were encountered: