Lrnr_alan_pois: Generalized Linear Models

Description Format Value Parameters Super class Methods See Also

Description

This learner provides fitting procedures for generalized linear models using glm.fit.

Format

R6Class object.

Value

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

Parameters

...

Parameters passed to glm.

Super class

sl3::Lrnr_base -> Lrnr_alan_pois

Methods

Public methods

Inherited methods

Method new()

Usage
Lrnr_alan_pois$new(intercept = TRUE, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
Lrnr_alan_pois$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other Learners: Lrnr_SIR, Lrnr_stratify_horizon, Lrnr_transform_outcome


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