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

[feat] Dataset compression for time series forecasting tasks #440

Open
1 task done
dengdifan opened this issue Jun 20, 2022 · 0 comments
Open
1 task done

[feat] Dataset compression for time series forecasting tasks #440

dengdifan opened this issue Jun 20, 2022 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@dengdifan
Copy link
Contributor

NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com

Your issue may already be reported!
Also, please search on the issue tracker before creating one.

  • I'm submitting a ...
    • feature request

Issue Description

  • Currently, dataset_compression is unavailable for time-series forecasting datasets as they need to be treated specifically. We need to do so by either:
    • Reducing the number of series in the datasets
    • Truncating the first parts of each series (if they have enough length for a training-validation split)
@ravinkohli ravinkohli added the enhancement New feature or request label Jul 6, 2022
@ravinkohli ravinkohli added this to To do in Roadmap via automation Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Roadmap
To do
Development

No branches or pull requests

2 participants