DynamicsAndNeuralSystems / pycatch22

python implementation of catch22
https://time-series-features.gitbook.io/catch22/python
GNU General Public License v3.0
75 stars 15 forks source link

Output results as a dataframe, with or without short names #21

Closed anniegbryant closed 1 month ago

anniegbryant commented 1 year ago

As per discussion in #18, this PR updates catch22.py to output results as a DataFrame that contains the feature names and values, and optionally the short names as well. The requirements are updated to include pandas and numpy accordingly.

fkiraly commented 11 months ago

nice! Do you wand to integrate this upstream in sktime too? The column naming in the catch22 transformers (and selecting of features) has always een somewhat of a source of pain for users.

benfulcher commented 1 month ago

@jmoo2880 what do you think about @fkiraly 's suggestion? @fkiraly happy to do so—what action is needed?