Closed mllg closed 4 years ago
MRE:
library(batchtools) reg = makeExperimentRegistry(file.dir = NA) task = binaryclass.task learner.names = c("classif.lda", "classif.rpart") learners = lapply(learner.names, makeLearner) rdesc = makeResampleDesc("CV", iters = 2L) rin = makeResampleInstance(rdesc, task) ids = batchmark(learners = learners, task = task, resampling = rin)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
MRE: