Skip to content
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

Open
michelsanner opened this issue Sep 20, 2021 · 11 comments
Open

Is there any plan to support RandomForestRegressor? #84

michelsanner opened this issue Sep 20, 2021 · 11 comments

Comments

@michelsanner
Copy link

Thanks

@ys31jp
Copy link

ys31jp commented Nov 13, 2021

Hi, @michelsanner have you find alternative way?

@yin-zhang
Copy link

@ys31jp have you found a way to convert RandomForestRegressor?

@ys31jp
Copy link

ys31jp commented May 16, 2022

@ys31jp have you found a way to convert RandomForestRegressor?

yes, I found way to convert it into pure Java.

@nok
Copy link
Owner

nok commented May 16, 2022

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

@yin-zhang
Copy link

I ended up using skompiler to dump each individual tree, and combine the result.

@ys31jp
Copy link

ys31jp commented May 17, 2022

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.

@ys31jp
Copy link

ys31jp commented May 17, 2022

I ended up using skompiler to dump each individual tree, and combine the result.

which languages you need to be convert?

@michelsanner
Copy link
Author

michelsanner commented May 17, 2022 via email

@yin-zhang
Copy link

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

@FailedPipeline
Copy link

Any update on RandomForestRegressor to C++ ? Also interested in this functionality thanks.

@FailedPipeline
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants