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.55k stars 4.54k forks source link

prophet 1.1.5 / RuntimeError: Error during optimization! #2607

Open khawaja-hammad-ys opened 3 months ago

khawaja-hammad-ys commented 3 months ago

This is well known issue that I have observed in #2354 #2456

I have seen this error for a specific user and limited data (cannot share the data or SS); My forecast runs on AWS EKS; AmazonLinux2 (x86/ amd) and it shows the runtime error. However, If I use non amd or MacOS I did not encounter this issue. Also, Since this is optimisation resulting if I change my data this will be resolved.

I have read this issue was in 1.1.2/ 1.1.3/ 1.1.4 and in 1.1.5

Is there any solution for this?

lethnis commented 2 months ago

I used other columns as regressors and in my case there was anomaly in the data. I removed that column and it worked. image