aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
951 stars 110 forks source link

[ENH] Get Type Information from the Datasets #975

Open PaulRabich opened 9 months ago

PaulRabich commented 9 months ago

Describe the feature or idea you want to propose

On the webside each dataset has an attribute called type. This attribute is not accessable via the API.

Describe your proposed solution

Add the information in the meta-data block, or have a seperate dict with the information.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

TonyBagnall commented 9 months ago

we can add this to the file metadata, although it wont happen quickly. We could also add a dictionary capturing meta data to aeon. Both would I feel be helpful

TonyBagnall commented 8 months ago

hi @PaulRabich proposed a simple solution here, you can just pull down the characteristics from https://timeseriesclassification.com/aeon-toolkit/metadata.csv or use a function in aeon to do it. Happy to adjust this to suite other use cases if required.