-
Notifications
You must be signed in to change notification settings - Fork 129
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] Unable to load Anomaly Detection dataset #2308
Comments
This should already be fixed by #2100 (currently in |
hi, just ran this and can confirm it runs fine from main, our release will hopefully be ready in a week or so, sorry |
Yes, it works from main. Thanks! I will close the issue now. |
from aeon.datasets import load_anomaly_detection
X_train, y_train, meta = load_anomaly_detection(("Exalthon", "10_2_1000000_67"), return_metadata=True) Opening this again, facing similar issue with Exalthon dataset.
|
Try with |
Thanks! |
Describe the bug
When I fix
split="train"
, I get below error.Steps/Code to reproduce the bug
Expected results
Dataset should be read.
Actual results
Versions
The text was updated successfully, but these errors were encountered: