facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.47k stars 4.53k forks source link

the y in the input must be a value?can it be a list?for example,[1,0,1,0,1] #1869

Open 1397201241 opened 3 years ago

bletham commented 3 years ago

No, it must be a single value, joint forecasting isn't possible. There is some discussion of this in #49.

1397201241 commented 3 years ago

get it,thanks!

------------------ 原始邮件 ------------------ 发件人: "facebook/prophet" @.>; 发送时间: 2021年4月21日(星期三) 上午9:01 @.>; @.**@.>; 主题: Re: [facebook/prophet] the y in the input must be a value?can it be a list?for example,[1,0,1,0,1] (#1869)

No, it must be a single value, joint forecasting isn't possible. There is some discussion of this in #49.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.