Closed hadifawaz1999 closed 12 months ago
I have fixed this, although it necessitated a change of the data. The original data is strangely unequal length but also padded at the start and the beginning. When formatting we decided to unpad it. However, the padding is not the same on every channel for a single case, and this created different length series within a single instance. We do not support that format. So, I have reformatted to keep the original data from UCI, now downloadable from tsc.com like so
from aeon.datasets import load_classification
X, y, meta = load_classification("CharacterTrajectories")
print(meta)
When using the
aeon
toolkit to load theCharacterTrajectories
from timeseriesclassification.com it produces this error:For more information about the reason check the following issue on aeon