Skip to content
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

数据集时间间隔 #23

Open
lengjiaming opened this issue Oct 10, 2024 · 1 comment
Open

数据集时间间隔 #23

lengjiaming opened this issue Oct 10, 2024 · 1 comment

Comments

@lengjiaming
Copy link

您好,我注意到不同的数据集拥有不同的时间间隔,1小时,半小时,5分钟。然而时间戳的time of day似乎都是0-47的范围。请问您是如何将1小时和5分钟的时间间隔对齐到0-47的呢?

@YuanYuan98
Copy link
Collaborator

In our experiments, we processed the original 5-minute intervals into 30-minute intervals for consistency. For datasets with 1-hour intervals, they naturally fall within the range of 0–47, as the time of day is represented as 0–23, and doubling this aligns with the 30-minute interval format.

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

No branches or pull requests

2 participants