facebook/prophet

Clarify Valid Unit Types if Unit Type is Unrecognized

Open

#1,989 创建于 2021年8月8日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)Python (17,686 star) (4,451 fork)batch import
enhancementgood first issue

描述

I'm trying to use prophet cross_validation but I received a value error for unrecognized type when I try:

df_cv = cross_validation(m, initial='120 months', period='12 months', horizon = '12 months')

I think the error should return a list of valid types so that I don't have to go look up why months aren't recognized as a valid unit.

贡献者指南

Clarify Valid Unit Types if Unit Type is Unrecognized · facebook/prophet#1989 | Good First Issue