Regressors#

Constructors#

ExternalRegressor(*, name, prior_scale)

A regressor based on user-provided data.

Seasonality(*, name, prior_scale, period, ...)

A regressor to model seasonality features from Fourier components.

SingleEvent(*, name, prior_scale, profile, ...)

A regressor to model a single occurrence of an event.

IntermittentEvent(*, name, prior_scale, profile)

A regressor to model reoccuring events at given times.

PeriodicEvent(*, name, prior_scale, profile, ...)

A regressor to model periodically recurring events.

Holiday(*, name, prior_scale, profile[, ...])

A regressor to model events coinciding with public holidays.