We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for providing such a powerful tool !!!
But i met a problem
The forecast is negative, so I can't use it
I've seen some of the same issues before, is there any way to solve this problem now ?
The text was updated successfully, but these errors were encountered:
Hey, Ben summarises the strategies for positive predictions here: #1668 (comment)
There is no functionality baked in to Prophet to do this, you'll want to either:
np.clip(preds, 0)
ProphetPos
Sorry, something went wrong.
Thank you. It's very useful to me
No branches or pull requests
Thank you for providing such a powerful tool !!!
But i met a problem
The forecast is negative, so I can't use it
I've seen some of the same issues before, is there any way to solve this problem now ?
The text was updated successfully, but these errors were encountered: