unit8co/darts
Auf GitHub ansehenAllow historical forecast to work on time series with nan
Open
#1.278 geöffnet am 11. Okt. 2022
good first issueimprovement
Repository-Metriken
- Stars
- (6.832 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 143T 16h) (16 gemergte PRs in 30 T)
Beschreibung
We often want to see the historical forecast or back test on a time series having nan (we we can't really interpolate, because the missing part is just too long)
Consider returning nans or nothing for points which are not predictable (where some inputs are nan).
Might be also useful to create a TimeSeries property which indicates if there are some nan in the time series.