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

[Feature request] time series classification #491

Open
Aceticia opened this issue Feb 24, 2023 · 2 comments
Open

[Feature request] time series classification #491

Aceticia opened this issue Feb 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Aceticia
Copy link

Theoretically this should be compatible with the encoder - decoder style framework we have here?

@Aceticia
Copy link
Author

Alternatively, adding a method that returns the extracted features after a forecasting model is trained.

@dengdifan
Copy link
Contributor

Thanks for the suggestion,
Unfortunately, we are busy with some other work these days and may add this feature in the near future.

However, here are some hints:
you could write a new pipeline for time series classification, which should be something similar to the tabular classification pipline and reimplement the [classification network] (https://github.com/automl/Auto-PyTorch/blob/master/autoPyTorch/pipeline/components/setup/network/base_network.py), adding them to the pipeline.
Additionally, the network backbone might also need to be modified accordingly: Auto-regressive needs to be removed.

Then you need to create a new class for time series classification task that is inherent from this class. Then everything should work as expected

@dengdifan dengdifan added the enhancement New feature or request label Apr 6, 2023
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
None yet
Development

No branches or pull requests

2 participants