base_model

Timeseries models share a number of common characteristics. This module implements these in a common base class.

Classes

AutoRegressiveBaseModel(log_interval, …[, …])

BaseModel for timeseries forecasting from which to inherit from

AutoRegressiveBaseModelWithCovariates(…[, …])

BaseModel for timeseries forecasting from which to inherit from

BaseModel(log_interval, float] = -1, …[, …])

BaseModel from which new timeseries models should inherit from.

BaseModelWithCovariates(log_interval, …[, …])

Model with additional methods using covariates.