unit8co/darts

Allow historical forecast to work on time series with nan

Open

#1,278 创建于 2022年10月11日

在 GitHub 查看
 (0 评论) (3 反应) (0 负责人)Python (762 fork)batch import
good first issueimprovement

仓库指标

Star
 (6,832 star)
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.

贡献者指南