Replies: 1 comment
-
All three are possible approaches to the problem - my recommendation, have a clean backtesting and evaluation setup, and see what your problem KPI are for the three? |
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.
-
I’ve been learning how to apply the Temporal Fusion Transformer for various forecasting tasks, but I’m currently facing a dilemma that I’d like to clarify. In my dataset, one real-valued, observed-input feature has very severe missingness—only 25% coverage—and this feature is known to be correlated with the prediction target. Should I:
Follow the original paper’s approach and add a binary “missing” flag column,
Use a dedicated missing-value embedding inside the model,
Or simply exclude that feature entirely because the available data is too sparse?
I would appreciate any guidance on this.
Beta Was this translation helpful? Give feedback.
All reactions