Computes the benchmark in parallel mode

compute_benchmark(learners, tasks, outers, prob, mes)

Arguments

learners

a list of mlr learners

tasks

a list of mlr tasks

outers

mlr resampleDesc, outer resampling

prob

logical, controls the type of output, if TRUE probabilities, if FALSE response

mes

mlr list of measure to compute while tuning, the learner are tuning against the first element

Value

a list of mlr benchmark results