[ENH] Rationalise matrix profile transformers #833
Labels
enhancement
New feature, improvement request or other non-bug code enhancement
transformations
Transformations package
Describe the feature or idea you want to propose
there are two transformers that implement the MatrixProfile. The one in transformations.collections is a bespoke implementation, the one in transformations.series uses (an incorrectly handled) soft dependency. There can be only one
There is also a function MPDist in distances, which uses bespoke operations that are native python. Could be optimised.
Describe your proposed solution
Implement everything with stompy.
we see if they are indeed the same, profile one and then assess alternatives for including MP as a transform.
Describe alternatives you've considered, if relevant
optimise the current implementations
The text was updated successfully, but these errors were encountered: