mlr3pipelines
mlr3pipelines copied to clipboard
Train graph asynch parallel
we should be able during toposort to asynchronoulsy start jobs with future / callr
Under what conditions would this be useful?
in the scenario where a) the graph can at least be partially evaluated in parallel b) the individual jobs (job = compute 1 pipeop / node) take quite long c) you care about time