compute_final_model.Rd
Compute the final models in sequential mode
compute_final_model(learners, tasks, prob, mes, LRN_IDS)
a list of mlr learners
mlr
a list of mlr tasks
logical, controls the type of output, if TRUE probabilities, if FALSE response
logical
TRUE
FALSE
mlr list of measure to compute while tuning, the learner are tuning against the first element
character, vector of learner identifiers (e.g. "classif.randomForest")
character
"classif.randomForest"
a list of model to predict with