aeon-toolkit / aeon

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

[ENH] MrSQM uses nested data frames #1685

Closed TonyBagnall closed 11 hours ago

TonyBagnall commented 2 weeks ago

Describe the feature or idea you want to propose

MrSQM still uses

        "X_inner_type": "nested_univ",  # we don't like this, but it's the only input!

it would be really good if the original package switched to using numpy3D/np_list,

any thoughts @heerme, @Inthach @mbalatsko?

we would be happy to help. Failing that, I think we should internalise the conversion with a private local function, it must be the last usage