Parallelization on resampling within a stacked learner (ensemble/stack of classification learners) doesn't work
问题 The below code works fine, however, I am interested to run it in parallel. I have tried different plans within future and future.apply but couldn't managed. Any help appreciated. I am running on windows OS, 8 cores. library(mlr3verse) library(future.apply) #> Warning: package 'future.apply' was built under R version 3.6.3 #> Loading required package: future #> Warning: package 'future' was built under R version 3.6.3 library(future) future::plan(multicore) tsk_clf = tsk("sonar") tsk_clf$col