Learn R Programming

SPOTMisc (version 1.19.52)

getPredf: Get predictions from mlr

Description

mlrTools This function receives a configuration for a tuning experiment, and returns predicted values.

Usage

getPredf(config, timeout = 3600)

Value

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),

Arguments

config

list

timeout

integer, time in seconds after which a model (learner) evaluation will be aborted.