How does chronos2 handle missing values in historical context? #443
ChernovAndrey
started this conversation in
General
Replies: 1 comment
-
|
The recommended approach is to keep the missing values as |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello!
I've undrerstood that chronos2 does not support imputation. But it does not throw an error, when I have nan values in historical context.
I found this remark in the paper:
"The mask is a binary indicator equal to 1 when the value is observed, and 0 otherwise. It serves two purposes: indicating which values are missing in the historical context and specifying which input dimensions correspond to future-known covariates. After construction of the mask, all missing values in u_d are replaced with zeros."
So the question: what is the best way to handle missing values? Should I interpolate it first or passing nan values is expected behaviour from a user?
Thanks in advance for your answer!
Beta Was this translation helpful? Give feedback.
All reactions