Skip to content
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

How can I know if a dataseet can be forecasted by Prophet #2604

Open
maxlelyonais opened this issue Jul 29, 2024 · 1 comment
Open

How can I know if a dataseet can be forecasted by Prophet #2604

maxlelyonais opened this issue Jul 29, 2024 · 1 comment

Comments

@maxlelyonais
Copy link

Hello Community,
I have been searching and trying different types of datasheets. Some of them gave me a reasonable ratio of error, but others are really high. For instance this file gave me 112% of error, so the model is useless for this example.
ProductName(1).csv

@GabrielOttdeMedeiros
Copy link

@maxlelyonais I know it has been a while since you posted this question, but I wanted to share a few thoughts regarding Prophet and predictions:

  1. You can transform numbers using either the natural logarithm or logarithm base 10. This method has consistently improved Prophet's performance with the data I've worked with.

  2. Feel free to experiment with the hyperparameters. For a better understanding of which parameters to adjust and when to tune them, I recommend referring to the documentation found here: https://facebook.github.io/prophet/docs/diagnostics.html#:~:text=Parameters%20that%20can,could%20be%20tuned.

I ran Prophet on your data and achieved a Mean Absolute Percentage Error (MAPE) of 112% using the base model with the raw values you provided. However, after converting the raw target values to natural logs, I improved the MAPE to 93%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants