-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: so for App flow dataset, the only feature is time? #25
Comments
Hi,
|
Ok, so the Let's check the raw input sequence data, in:
we can see Then, in
is the real raw input sequence data, but in https://github.com/ant-research/Pyraformer/blob/master/data_loader.py#L513-L518
it's dropped from the training That's my question: so the previous value of the raw input sequence value is not used at all in training? |
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.
The text was updated successfully, but these errors were encountered: