Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dataloader #8

Open
maizeng2008 opened this issue Dec 1, 2023 · 0 comments
Open

Dataloader #8

maizeng2008 opened this issue Dec 1, 2023 · 0 comments

Comments

@maizeng2008
Copy link

Hi, when you do the normalization for the event data, you also normalized the in_times, may I ask why?
For me, it is weird to normalize the actual time steps.
The mean_in and std_in is the mean of your time_step which is also a little bit weird.

The line of code I refered to is datasets.dataloader.py: line 153
self.in_times = [(t - mean_in) / std_in for t in self.in_times]

Also, what you are predicting is the inter-arrival time, although you did not use the inter-arrival time data to train the model but do we need to transform back the inter-arrival predicted data? I saw you directly use the prediction to calculate the MAPE metric.

Thank you

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant