timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.92k stars 622 forks source link

BUG with get_UCR_data error fix #795

Closed gitgash closed 1 year ago

gitgash commented 1 year ago

UCR changed url. In file data/external.py change line 2198 to: src_website = 'http://www.timeseriesclassification.com/ClassificationDownloads'

mesner commented 1 year ago

I assume this will fix the following?

It has not been possible to download the required files

oguiza commented 1 year ago

Hi @gitgash, This is a duplicate issue of #785. It was already fixed 2 weeks ago. You'll need to upgrade tsai to the latest github release until I create a new release (planning to do within the next few days). You can use:

pip install git+https://github.com/timeseriesAI/tsai.git

Based on this I'll close this issue.

eromoe commented 11 months ago

@oguiza Installed latest pip install git+https://github.com/timeseriesAI/tsai.git Still got It has not been possible to download the required files when get_classification_data('LSST', split_data=False)

ffanz01 commented 11 months ago

@oguiza Installed latest pip install git+https://github.com/timeseriesAI/tsai.git Still got It has not been possible to download the required files when get_classification_data('LSST', split_data=False)

Same issue, no clue at the moment.

oguiza commented 10 months ago

Hi @gitgash, @mesner, @eromoe, @ffanz01, The link was initially updated, but they changed it again, causing a new issue. It's been fixed again in the GitHub version. In the future, It's better to create a new issue instead of adding comments to a closed one.