-
Notifications
You must be signed in to change notification settings - Fork 719
Open
Labels
API designAPI design & software architectureAPI design & software architectureenhancementNew feature or requestNew feature or request
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
Metadata
Metadata
Assignees
Labels
API designAPI design & software architectureAPI design & software architectureenhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo