-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
right now workflow_map
runs sequentially over the rows in the workflowset object and allows for parallelization within a model tune. For users that have HPC it would be great for a way to set a plan to control each row in the workflow set to be sent to a worker and run indep in each one.
library(future)
plan(list(batchtools_MY_HPC, multisession(workers(n=N))))
mglev1n
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement