-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error evaluating model log probability: Non-finite gradient. #353
Comments
I'm guessing that something with this particular dataset is leading to poor model fit and numerical issues. Would you be able to post a dataset that produces this issue? |
error: INFO:fbprophet.forecaster:Disabling daily seasonality. Run prophet with daily_seasonality=True to override this. stanfit4anon_model_1988b9d517e3c16daf27a07f09e3de97_2863119867656750088.pyx in stanfit4anon_model_1988b9d517e3c16daf27a07f09e3de97_2863119867656750088.StanFit4Model.init() TypeError: init() takes exactly 2 positional arguments (1 given) I am running daily data and using stock prices. Can you tell me why is not working? |
@LastAncientOne this looks like the issue from #324. In short, you need to force a re-install of fbprophet; see the commands at that issue. |
I'm hoping this has been resolved, but if you're still running into this issue and can post data then please re-open. |
I experience this error and failure. Is it the input data's problem or other? Actually, there may be some zero in time series Data Frame. How to avoid this happen?
Actually, I try to make Prophet integrate in Spark and running in cluster mode. each map job is a single Prophet forecast job. I install Prophet Version 0.1.1 to each Spark node. When my spark job failure, I collect logs from yarn and got these:
Thanks
The text was updated successfully, but these errors were encountered: