Skip to content

Why is use_feat_static_cat = False, NOT recommended? #1341

Answered by lostella
bramDelft asked this question in Q&A
Discussion options

You must be logged in to vote

The DeepState model takes features (both dynamic and static features) as input, to output a state-space model (linear dynamical system) for the given series: no previous values ("lags") from the time series are used as inputs.

If no features are provided by the user, then only date-time features (day-of-week, hour-of-day, etc) will be used. However, say you have two time series spanning the same time range, but with significantly different target values, say TS1 = 1000 * TS2. Then training a good model for such data will be hard, if at all possible: inputs (date-time features) will be the same for both series, and so will be the output linear dynamical systems. So, in this case the model …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by bramDelft
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