-
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
R freeze during predict #366
Comments
I wonder if this might be an internal memory issue. R stores large objects in memory, and when the machine fills up, the processing stops. If that's the case, It is not specific to Prophet, it is an issue with R itself. |
This is probably related to #215. Basically, in prediction we make a really big matrix that is (number of prediction points)x(uncertainty_samples), where There are a few things you can do to get around this. If you don't care about uncertainty, then set |
I'm hoping these suggestions resolved the issue, otherwise feel free to re-open. |
Hi ,
when I am running my Model for 15k+ prediction, My model suddenly stops in middle and it still shows processing. The model never moves forward.
Can you Please let me know the Fix ?
Thanks
Vivek
The text was updated successfully, but these errors were encountered: