Why does NHiTS need the target variable specified in the time_varying_unknown_reals attribute? #1683
Unanswered
TeodorChiaburu
asked this question in
Q&A
Replies: 2 comments
-
I discovered the same and would be interested in an answer. Is the N-HiTS architecture built in a way that the target has to be also an input (e.g. to predict rainfall I need historical rainfall values)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I suppose this is more a discussion than an issue. Thus, I move it to discussion. |
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 was wondering why do I need to specify the target variable twice, when building a
TimeSeriesDataset
for a NHiTS? Once for the attribute 'target' and once for 'time_varying_unknown_reals'. If I don't specify it for the second attribute, I get aValueError: [target_name] is not in list.
Beta Was this translation helpful? Give feedback.
All reactions