Skip to content

Conversation

@devesh-047
Copy link

Description

download_all_regression() currently downloads the original TSER archive
containing 19 datasets, while load_regression() supports 63 regression
datasets listed in tser_soton.

This PR updates the download source to the extended TSER regression archive
published on Zenodo in May 2024, which contains all 63 datasets.

Zenodo record:
https://zenodo.org/records/11236865

Scope of change

  • Update download URL only
  • No changes to dataset definitions or loading logic

Notes

The extended archive is approximately 900 MB. A short note has been added
to the docstring to make this explicit.

Fixes #3073

@aeon-actions-bot aeon-actions-bot bot added datasets Datasets and data loaders enhancement New feature, improvement request or other non-bug code enhancement labels Jan 12, 2026
@aeon-actions-bot
Copy link
Contributor

Thank you for contributing to aeon

I have added the following labels to this PR based on the title: [ enhancement ].
I have added the following labels to this PR based on the changes made: [ datasets ]. Feel free to change these if they do not properly represent the PR.

The Checks tab will show the status of our automated tests. You can click on individual test runs in the tab or "Details" in the panel below to see more information if there is a failure.

If our pre-commit code quality check fails, any trivial fixes will automatically be pushed to your PR unless it is a draft.

Don't hesitate to ask questions on the aeon Discord channel if you have any.

PR CI actions

These checkboxes will add labels to enable/disable CI functionality for this PR. This may not take effect immediately, and a new commit may be required to run the new configuration.

  • Run pre-commit checks for all files
  • Run mypy typecheck tests
  • Run all pytest tests and configurations
  • Run all notebook example tests
  • Run numba-disabled codecov tests
  • Stop automatic pre-commit fixes (always disabled for drafts)
  • Disable numba cache loading
  • Regenerate expected results for testing
  • Push an empty commit to re-run CI checks

@devesh-047 devesh-047 force-pushed the enh-download-all-regression-extended branch from 57f4a21 to 9a64361 Compare January 13, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

datasets Datasets and data loaders enhancement New feature, improvement request or other non-bug code enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] download_all_regression only downloads the original 19 TSER datasets

1 participant