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

Use num.threads in CSF nuisance predictions #1267

Merged
merged 1 commit into from Mar 6, 2023

Conversation

erikcs
Copy link
Member

@erikcs erikcs commented Mar 6, 2023

CSF predicts some nuisance estimates using a "compute.oob.predictions=FALSE" workaround to get OOB estimates. This requires re-computing from C++ and should take the same num.threads as the training forest: Fixed in this PR. (Should not affect any other forest where nuisance estimates are predicted afterwards since these all use precomputed training OOB).

See #1266 and thanks to @kcgthb and @janewliang for pointing out.

@erikcs erikcs added the bug label Mar 6, 2023
@erikcs erikcs linked an issue Mar 6, 2023 that may be closed by this pull request
@erikcs erikcs merged commit 5ac607c into grf-labs:master Mar 6, 2023
6 checks passed
@erikcs erikcs deleted the num-threads-nuisance branch March 6, 2023 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HPC node starting many threads despite setting num.threads = 1
1 participant