mlrTools This function receives a configuration for a tuning experiment, and returns predicted values.
getPredf(config, timeout = 3600)
an prediction function that can be called via spot
.
It basically provides the result from a call to resample
:
resample(lrn, task, resample, measures = measures, show.info = FALSE)
,
list
integer, time in seconds after which a model (learner) evaluation will be aborted.