The ForecastLearner wraps a mlr3::Learner.
Super class
mlr3::Learner -> ForecastLearner
Public fields
learner(mlr3::Learner)
Learner to wrap.lags(
integer())
The lags to create.
Methods
Method new()
Creates a new instance of this R6 class.
Usage
ForecastLearner$new(learner, lags)