https://github.com/ant-research/Pyraformer/blob/master/preprocess_flow.py#L19-L22
extract: time, weekday, hour, month
and is used here:
https://github.com/ant-research/Pyraformer/blob/master/preprocess_flow.py#L54-L57
I'm just wondering:
-
why, for example, not using zone (convert to some integer) as extra features, and in that case, how does this model perform?
-
or: if the train data only contains the single time feature (without weekday, hour, month), will this model still perform?
Sorry for the silly questions, want to hear your insight.
Thanks.
https://github.com/ant-research/Pyraformer/blob/master/preprocess_flow.py#L19-L22
extract: time, weekday, hour, month
and is used here:
https://github.com/ant-research/Pyraformer/blob/master/preprocess_flow.py#L54-L57
I'm just wondering:
why, for example, not using zone (convert to some integer) as extra features, and in that case, how does this model perform?
or: if the train data only contains the single time feature (without weekday, hour, month), will this model still perform?
Sorry for the silly questions, want to hear your insight.
Thanks.