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

Issue about the instance generation process #15

Open
YunhaoZhang-Mars opened this issue Sep 17, 2023 · 2 comments
Open

Issue about the instance generation process #15

YunhaoZhang-Mars opened this issue Sep 17, 2023 · 2 comments

Comments

@YunhaoZhang-Mars
Copy link

屏幕截图 2023-09-17 175121
Thanks for providing the source code of the great work.
I have a question about instance generation: it seems that the parameter 'step' is never used. So the instances on all datasets were generated by a sliding window with step 1. Am I right?

@tianzhou2011
Copy link
Contributor

That's correct. Unfortunately, we lack sufficient computational resources to perform a grid search for the step size. However, it seems that using a step size of 1 already provides us with a reasonable result.

@yyysjz1997
Copy link
Contributor

屏幕截图 2023-09-17 175121 Thanks for providing the source code of the great work. I have a question about instance generation: it seems that the parameter 'step' is never used. So the instances on all datasets were generated by a sliding window with step 1. Am I right?

Thanks. In the default configuration, the step size is set to 1 for all datasets except the SMD dataset. The Step parameter is adjusted primarily to enhance the preprocessing's generalization capabilities. If your computing resources are limited, you have the option to fine-tune the step size to expedite model computations, but it may come at the cost of a reduction in model performance.

# 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

3 participants