-
Notifications
You must be signed in to change notification settings - Fork 209
[REF] Refactor smoothing transformers into a sub-package #2783
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # aeon/testing/estimator_checking/_yield_estimator_checks.py # aeon/testing/testing_data.py
# Conflicts: # aeon/anomaly_detection/whole_series/__init__.py # docs/api_reference/anomaly_detection.rst
Thank you for contributing to
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@MatthewMiddlehurst good idea, the proposed new names looked good to me. |
@MatthewMiddlehurst Looks good to me. |
What does this implement/fix? Explain your changes.
#1920 implemented a set of smoothing filters. This PR does some tidying, refactors them into their own sub-package with more intuitive names and deprecates the old versions.
A lot of the old acronyms were not commonly used I believe, the new names and locations should make them more recognisable. Big offender was
DFTSeriesTransformer
which does an IFFT at the end. Bit confusing for someone who just wants to do a regular DFT.Feel free to suggest alternatives. FYI @Cyril-Meyer @Datadote