aeon-toolkit / aeon

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

[DOC] `BaseCollectionTransformer` missing input shape information #1691

Closed hadifawaz1999 closed 2 days ago

hadifawaz1999 commented 2 weeks ago

Describe the issue linked to the documentation

The docstrings in fit transform of base collection transformer is missing the information about the input shape, which leads to no information about the input shape in inherited classes such as TSFresh, can be confusing to users.

Suggest a potential alternative/fix

the input shape info should be added