Automatic Trend Change Detection in n_changepoints #1571
Unanswered
bikefelix
asked this question in
Q&A - get help using NeuralProphet
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is my understanding that the number of trend changes should be automatically determined by NeuralProphet (default settings), with a maximum limit set by the value of n_changepoints. However, in practice, I consistently observe that the number of trend changes exactly matches the number I specify. For example, when I set n_changepoints = 50, exactly 50 trend changes are used.
Similarly, when I replicate this specific code, exactly 10 trend changes are selected, despite different results in the original notebook.
I'm puzzled by this outcome as I expected the algorithm to potentially select fewer trend changes than the maximum specified. Could someone please clarify if this is the intended behavior or if I might be overlooking something?
Beta Was this translation helpful? Give feedback.
All reactions