Is it possible to run mikropml through GPU? #312
-
Can I run mikropml through GPU in R environment. If I can which steps should I follow? I am a newbie in this field. |
Beta Was this translation helpful? Give feedback.
Answered by
kelly-sovacool
Nov 9, 2022
Replies: 1 comment
-
We use the You should be able to get reasonably fast run times with multicore processing on an HPC cluster. We have an example Snakemake workflow which is great for running jobs in parallel on HPCs: https://github.com/SchlossLab/mikropml-snakemake-workflow |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kelly-sovacool
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use the
caret
package which doesn't support any GPU backend for parallel processing, as far as I'm aware of. See topepo/caret#391You should be able to get reasonably fast run times with multicore processing on an HPC cluster. We have an example Snakemake workflow which is great for running jobs in parallel on HPCs: https://github.com/SchlossLab/mikropml-snakemake-workflow