Closed TonyBagnall closed 1 year ago
fixed, this works
from aeon.datasets import load_classification
problem = "DucksAndGeese"
X, y, meta = load_classification(problem, split="train")
print(meta)
print(" Train shape of X = ",len(X))
print(" Shape of X[0] = ",X[0].shape)
Which dataset/datasets have you an issue with? DucksAndGeese
Where did you download the data from (e.g. UCR or timeseriesclassification.com)? timeseriesclassification.com Whats the issue? no ts files