Local values for events #1417
Unanswered
felixmartinsson
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.
-
Hi, first I need to say thank you for a really great forecasting package!
I just have one question. When I have a model with multiple IDs with events or multiple regressors, they will be linearly dependent.
Example:
event=A, id=1 has value 100
event=A, id=2 has value 200
event=B, id = 1 has value 1000
then event=B, ID=2 will always have value 2000
Is this intended or not?
Best,
Felix
Beta Was this translation helpful? Give feedback.
All reactions