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

ranger default for num.threads #170

Closed
bommert opened this issue Jan 12, 2021 · 1 comment · Fixed by #174
Closed

ranger default for num.threads #170

bommert opened this issue Jan 12, 2021 · 1 comment · Fixed by #174

Comments

@bommert
Copy link

bommert commented Jan 12, 2021

When using a ranger learner in a variable importance filter on a high performance compute cluster, I experienced the situation that ranger by default used as many threads as there are cpus on the compute node. But I had only reserved one core, so the threads were run sequentially, as I was told by the compute cluster administrator. Clearly, I did not read the ranger documentation well enough. Since I believe that I will not be the last person to run into this issue, I wanted to report it.

@RaphaelS1
Copy link

I second this request as it directly relates to: mlr-org/mlr3#546
I'll try and PR a fix for this if I get some time

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

Successfully merging a pull request may close this issue.

2 participants