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

Provide tools for directly downloading the datasets from timeseriesclassification.com #441

Open
TonyBagnall opened this issue Oct 11, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@TonyBagnall
Copy link
Member

Tools for code based downloading of the datasets would help users access the data.

@TonyBagnall TonyBagnall added the good first issue Good for newcomers label Oct 11, 2020
@TonyBagnall
Copy link
Member Author

this should be a method in DataSetLoading that works with .ts files. It should take the problem name as input and a boolean to indicate if it is after the _TRAIN or the _TEST file. Look first to see if it exists on experiments/data/tsc. If it does, load the data and return. In not, look on TimeSeriesClassification.com/Downloads for the .zip file, extract it correctly to experiments/data/tsc, then load the _TRAIN or _TEST as required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant