Gloria#
Constructor#
|
The Gloria forecaster object is the central hub for the entire modeling workflow. |
Attributes#
Determines whether the present |
Methods#
|
Adds an event to the Gloria object. |
|
Add an external regressor to the Gloria object. |
|
Add a protocol to the Gloria object. |
|
Adds a seasonality to the Gloria object. |
|
Fits the Gloria object. |
|
Restores a fitted Gloria model from a dictionary. |
|
Restores a fitted Gloria model from a json string or file. |
|
Instantiate and configure a Gloria object from a TOML configuration file. |
|
Load and configure the time-series input data for fit method. |
|
Build a timestamp skeleton that extends the training horizon. |
|
Plot the forecast, trend, and observed data with extensive customization options. |
|
Plot forecast components of a Gloria model using a modern Seaborn style, with global kwargs applied to all subplots. |
|
Generate forecasts from a fitted |
Converts Gloria object to a dictionary of JSON serializable types. |
|
|
Converts Gloria object to a JSON string. |