Lrnr_stratify_horizon: Bound Predictions

Description Format Value Parameters Super class Methods See Also

Description

This learner bounds predictions. Intended for use in a pipeline.

Format

R6Class object.

Value

Learner object with methods for training and prediction. See Lrnr_base for documentation on learners.

Parameters

bound = .005

Either a length two vector of c(lower,upper) or a lower bound, where the upper is then 1 - lower

...

Not currently used.

Super class

sl3::Lrnr_base -> Lrnr_stratify_horizon

Methods

Public methods

Inherited methods

Method new()

Usage
Lrnr_stratify_horizon$new(transform, inverse_transform, learner, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
Lrnr_stratify_horizon$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other Learners: Lrnr_SIR, Lrnr_alan_pois, Lrnr_transform_outcome


tlverse/tlversecovidforecast documentation built on Aug. 26, 2020, 10:31 a.m.