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 parallelization option? #15

Closed
mythicalprogrammer opened this issue Oct 19, 2018 · 1 comment
Closed

Is there any parallelization option? #15

mythicalprogrammer opened this issue Oct 19, 2018 · 1 comment

Comments

@mythicalprogrammer
Copy link

mythicalprogrammer commented Oct 19, 2018

Hi, I was curious if there are any parallelization option since trees in random forest can be build independently unlike boost method. Are there any options within this library that would affect missRanger from being parallelize? Reason why I'm asking because missForest package have an option for it and code example for it was curious if there are any to speed up my imputation.

Thank you for this package

@mayer79
Copy link
Owner

mayer79 commented Oct 20, 2018

Thx for your interest. MissRanger is built upon the ranger package that is already optimized in this respect. So basically, missRanger is running on all available cores by default.

@mayer79 mayer79 closed this as completed Oct 26, 2018
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

2 participants