-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
enhancementNew feature, improvement request or other non-bug code enhancementNew feature, improvement request or other non-bug code enhancementgood first issueGood for newcomersGood for newcomersimplementing algorithmsImplementing new algorithms/estimatorsImplementing new algorithms/estimatorstransformationsTransformations packageTransformations package
Description
Describe the feature or idea you want to propose
A while back (five years?) we compared different smoothing algorithms for time series classification.
https://link.springer.com/chapter/10.1007/978-3-030-29859-3_5
Now, we found it did not make much difference on the UCR data, but that does not mean it is not of use. It would be good to implement some or all of these as BaseSeriesTransformers, most are pretty simple.
Describe your proposed solution
we looked at the following, but there are probably many more. These are all parameterised, so it would be good to have an automatic way of
- Simple Moving Average (good first issue)
- Exponential smoothing (good first issue)
- Gaussian filter (good first issue)
- Savitzky-Golay filter
- Discrete Fourier Approximation [ENH] Discrete Fourier Approximation Transformer #1967 @Cyril-Meyer
- Recursive Median Sieve
Describe alternatives you've considered, if relevant
list any others below
Additional context
No response
hadifawaz1999
Metadata
Metadata
Assignees
Labels
enhancementNew feature, improvement request or other non-bug code enhancementNew feature, improvement request or other non-bug code enhancementgood first issueGood for newcomersGood for newcomersimplementing algorithmsImplementing new algorithms/estimatorsImplementing new algorithms/estimatorstransformationsTransformations packageTransformations package