Open
Description
The current v2 interface design lacks a clear predict
interface (or similarly named).
It should be possible, for all models:
- to query k-step-ahead predictions, if there is no future-known data
- to query k-step-ahead predictions, if there is some future-known data
- to pass a future batch and get predictions for it (without specifying k, which is assumed to be the index) - optional
Further, the data that is passed is optimally also a TimeSeries
, not the D2 module.
DSIPTS has something similar in the inference
method, if I am not mistaken (@agobbi?)
https://github.com/DSIP-FBK/DSIPTS/blob/main/dsipts/models/base.py