-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Parallel implementation of ffs()
#31
Comments
Hey developers, I've been using this package for a while now and love it! I'm reaching out because I took a look into the
caveat
If this is something you would like to add as a new function (e.g. Thanks again for the papers and package! Below are some benchmarks using the fork and new function;
Model data.frame (what you get back)
|
Hei Josh, Warning: UNRELIABLE VALUE: Future (‘’) unexpectedly generated random numbers without specifying argument 'seed'. There is a risk that those random numbers are not statistically sound and the overall results might be invalid. To fix this, specify 'seed=TRUE'. This ensures that proper, parallel-safe random numbers are produced via the L'Ecuyer-CMRG method. To disable this check, use 'seed=NULL', or set option 'future.rng.onMisuse' to "ignore". Thank you |
Hey @pecto2020, I'm glad you found this useful! As for the warning, this is a standard warning when using future and shouldn't be affecting your seed set in the function arguments. I went ahead and put If you have any more issues regarding the fork feel free to leave an issue at that repository, thanks. |
Hi there,
More of an enhancement suggestion but also a question. Any advice on parallel-izing
ffs()
? I'm usingranger
to create species distribution models for many plant species and have ~70 covariates, resulting inffs
reporting over 4000 individual models being trained. I have ~20 cores at my disposal, I think I could see major speed improvements with a multicore implementation similar toaoa
.Thanks,
Rob
The text was updated successfully, but these errors were encountered: