Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] remove unneccesary conversion in TSFreshFeatureExtractor #4571

Merged
merged 7 commits into from May 17, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented May 11, 2023

This PR:

  • removes an unneccesary conversion in TSFreshFeatureExtractor, it would convert first to nested_univ then to pd-long. This is unnecessary, it should convert directly to pd-long.
  • adds a direct converter from pd-multiindex to pd-long, removing the need to rely on the dodgy nested_univ data format.

Depends on #4573

@fkiraly fkiraly added module:transformations transformations module: time series transformation, feature extraction, pre-/post-processing enhancement Adding new functionality labels May 11, 2023
@fkiraly fkiraly merged commit 89abb93 into main May 17, 2023
23 checks passed
@fkiraly fkiraly deleted the faster-tsfresh branch May 17, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality module:transformations transformations module: time series transformation, feature extraction, pre-/post-processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant