-
Notifications
You must be signed in to change notification settings - Fork 122
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
[BUG] load_classification function not working and time-series classification's website down #1502
Comments
hi, yes the website is down at the moment, sorry about that. We are switching over accounts for the running of timeseriesclassification.com and it is taking longer than I hoped. Should be up and running by the end of the week. |
Thanks @TonyBagnall. Is there any alternative I can use to 'load_classification' in python besides manually downloading all the datasets? |
not to my knowledge, but there might be other locations. If you download the datasets, load_classification will load from disk if you give it the location, or use load_from_tsfile. I'll post here when its back up, but I need to rebuild all the databases and upload all the files even once they have done the switch and its just me doing tsc.com in my spare time really. |
UK2.net not coming out of this well btw! |
Thanks for the feedback, @TonyBagnall. I will give it a try to load them locally in the meantime. Thanks again. |
we can give you the datasets if you need them, just email us |
We should keep this open while the website remains down IMO |
Hi, is there any update on this? Thanks again. |
It seems that the site is still down |
We are hoping this should be resolved soon, but as mentioned Tony can provide the datasets if you email him at [email protected]. |
update, our ISP are still being hopeless, so we are backing up the data onto zenodo and will release a patch to use zenodo as backup |
@lmriccardo @fmorenopino Everything should now work. FYI we have also uploaded all the data to zenodo and if timeseriesclassification.com is down, load_classifier (and shortly load_regression) go there instead. Any problems, let me know, otherwise I will close this issue |
It looks like everything is working fine. Thank you so much! |
going to close this now, all should work (and be much faster!) |
Describe the bug
Hi, I think that the website https://www.timeseriesclassification.com/index.php has been down for a couple of days now. Further, on python, I cannot use the function load_classification (from aeon.datasets import load_classification) to download non-previously used datasets (for example, X, Y = load_classification("PhonemeSpectra") is not working).
Steps/Code to reproduce the bug
Expected results
No error is thrown
Actual results
Versions
System:
python: 3.10.13 | packaged by conda-forge | (main, Dec 23 2023, 15:36:39) [GCC 12.3.0]
executable: /nfs/home/fernandom/miniconda3/envs/contrastive/bin/python
machine: Linux-5.15.0-101-generic-x86_64-with-glibc2.35
Python dependencies:
pip: 23.3.2
setuptools: 68.0.0
scikit-learn: 1.3.0
aeon: 0.8.1
statsmodels: None
numpy: 1.24.3
scipy: 1.11.1
pandas: 2.0.3
matplotlib: 3.7.2
joblib: 1.3.1
numba: 0.57.1
pmdarima: None
tsfresh: None
The text was updated successfully, but these errors were encountered: