Different results of same prediction #301
Answered
by
ourownstory
com-network
asked this question in
Q&A - get help using NeuralProphet
|
Hello, I'm new to Python and forecasting as well. I installed neural_prophet 0.2.8 on Windows and I'm trying to run a basic prediction with the example data "retail sales". Here is my code: However, each time I run the code, I get different results So what did I do wrong or am I being misunderstanding anything here? Any help would be much appreciated. |
Answered by
ourownstory
Mar 26, 2021
Replies: 1 comment
|
Hi @com-network |
0 replies
Answer selected by
ourownstory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @com-network
First off, thank you for sharing a proper code snippet!
Second, you may find an anser here: #224
tl;dr: this is expected behavior, but you can prevent it from happening by setting the seed (see linked documentation in #224).