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

@mixiancmx sir, in training using run_longexp.py, the freq parameter has no effect on the results, I got same results by freq='5h', freq='h', freq='5min' on ADAUSDT dataset which has time index of 5min. Please if you could guide and provide any explanation! #71

Open
Arslan-Mehmood1 opened this issue Apr 29, 2023 · 4 comments

Comments

@Arslan-Mehmood1
Copy link

          @mixiancmx  sir, in training using run_longexp.py, the freq parameter has no effect on the results, I got same results by freq='5h', freq='h', freq='5min' on ADAUSDT dataset which has time index of 5min. Please if you could guide and provide any explanation!

image

Originally posted by @Arslan-Mehmood1 in #70 (comment)

@mixiancmx
Copy link
Contributor

This parameter is used for extracting the time feature.
However, linear models do not use this feature. Only transformer-based methods use it.

@Arslan-Mehmood1
Copy link
Author

So this means if I want to change the frequency (resample) of data , then It'd have to be done explicitly

@Arslan-Mehmood1
Copy link
Author

Arslan-Mehmood1 commented Apr 29, 2023

Also another request it would be greatly helpful if you could provide such necessary explanations/instructions and comments in the code and repo

@mixiancmx
Copy link
Contributor

yes

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