You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am experiencing this issue while running prophet and scaling data. It also makes prophet significantly slower when data is scaled between floor and cap. About 10x slower.
prophet/forecaster.py:1789: RuntimeWarning: overflow encountered in exp
sample_trends = cap / (1 + np.exp(-k_t * (t_time - m_t)))
Together with this I also get the following:
Optimization terminated abnormally. Falling back to Newton.
If I run prophet without scaling the data, I do not get these warnings.
Hello, I am experiencing this issue while running prophet and scaling data. It also makes prophet significantly slower when data is scaled between floor and cap. About 10x slower.
Together with this I also get the following:
If I run prophet without scaling the data, I do not get these warnings.
Scaling data:
What data is this about?
We're forecasting bank balances per day. Horizon is 90 days.
Prophet settings:
ModelType is logistic
The rest of the settings are tried in different combinations, but even with everything left to default, the problem still manifests itself.
Thanks in advance!
The text was updated successfully, but these errors were encountered: