Skip to content

MVP for regression task #368

Answered by oguiza
Roxyi asked this question in Q&A
Jan 18, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Great question, @Roxyi!
The only way to know it is to try it and see the performance in the test set.
However, I'd say that if your task is truly a regression task I don't think there's a risk of leakage and you could use the default mask. If your task is a forecasting task, then there's a risk, and you should use a future mask.
By a regression task, I mean one where the label is a continuous value for each univariate or multivariate time series. For example, if you need to estimate the user's age based on his/her resting heart rate. In this case, the label is not contained in the time series.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Roxyi
Comment options

Answer selected by Roxyi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants