-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Data Preprocessing] Questions about the data preprocessing procedure. #2
Comments
Hi, thank you for your attention. Here's a refined explanation:
For instance, if you are using data from the previous 12 time steps to forecast the next one, the offsets for I hope this explanation addresses your question. If you have further questions, please do not hesitate to ask me. 😄 |
Hi, I have some questions about the |
You are right. It is previous 2-hour data in other three datasets, but 4-hour data in |
Hello, when I was looking at the relevant configuration file of NYCBike2 NYCBike2.yaml, I found that input_length time 8 + 9 * 3 = 35, if you use the traffic flow information of the first two hours of the current moment and the traffic flow information near the current moment in the previous three days, according to the sampling rate of the dataset is 30min, isn't the input_length 2h/30min+9*3=31? Hope to get your answer, thank you very much! |
I would greatly appreciate it if you could elaborate on how to process the dataset.
In the Datasets section, it says that all datasets are processed as a sliding window view, and the format is composed of 4 numpy.ndarray objects.
Could you explain what these "x,y,x_offset,y_offset" mean? or better yet, release the preprocessing code.
Thank you very much for your time and attention to my inquiries.
The text was updated successfully, but these errors were encountered: