getPredf: Get predictions from mlr

View source: R/mlrTools.R

getPredfR Documentation

Get predictions from mlr

Description

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

Usage

getPredf(config, timeout = 3600)

Arguments

config

list

timeout

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

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


SPOTMisc documentation built on Sept. 5, 2022, 5:06 p.m.