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

Parallelize HSTree application to fitted forest models #125

Open
Innixma opened this issue Aug 8, 2022 · 0 comments
Open

Parallelize HSTree application to fitted forest models #125

Innixma opened this issue Aug 8, 2022 · 0 comments

Comments

@Innixma
Copy link

Innixma commented Aug 8, 2022

I looked at the inner code of HSTree and for forest models it is simply for looping through the trees and applying the reg_param update. This works, but will only use 1 CPU core. Sklearn when training these forest models uses multithreading/processing to speed things up considerably. Have the authors considered adding parallel support to HSTree for forest models?

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

No branches or pull requests

1 participant