Last Observation
ts_bolt.naive_forecasters.last_observation¤
LastObservationForecaster
¤
Bases: LightningModule
Spits out the forecasts using the last observation.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
horizon |
int
|
horizon of the forecast. |
required |
Source code in ts_bolt/naive_forecasters/last_observation.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|