unit8co/darts

Allow historical forecast to work on time series with nan

開放

#1,278 建立於 2022年10月11日

 (0 則留言) (3 個反應) (0 位負責人)Python (762 個分叉)batch import
good first issueimprovement

倉庫指標

星標
 (6,832 顆星)
PR 合併指標
 (平均合併 143天 16小時) (30 天內合併 16 個 PR)

描述

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.

貢獻者指南