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.36k stars 4.52k forks source link

Error on EC2 while using fbprophet : Unrecognized token 'Initial': was expecting 'null', 'true', 'false' or NaN #1925

Open akashban812 opened 3 years ago

akashban812 commented 3 years ago

m = Prophet() m.fit(df)

An error was encountered: Unrecognized token 'Initial': was expecting 'null', 'true', 'false' or NaN at [Source: Initial log joint probability = -13.932; line: 1, column: 8]

The above error keeps on coming up. Tried downgrading numpy, reinstalling pystan and fbprophet but still issue remains unresolved. Any help appreciated

cristianpalacios19 commented 3 years ago

I have the same error

cristianpalacios19 commented 3 years ago

Tengo el mismo error

Importing plotly failed. Interactive plots will not work.