getPredf | R Documentation |
mlrTools This function receives a configuration for a tuning experiment, and returns predicted values.
getPredf(config, timeout = 3600)
config |
list |
timeout |
integer, time in seconds after which a model (learner) evaluation will be aborted. |
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)
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.