Best practices for use as benchmark on datasets with a train/test split #1090
xun468
started this conversation in
Help: Best Practices
Replies: 1 comment 2 replies
-
@xun468 Thank you for your question and welcome to the STUMPY community! While matrix profile isn't a machine learning model, per se (it is really just a brute force pairwise Euclidean distance calculation), you may find an example use of matrix profiles for building a classifier here: https://stumpy.readthedocs.io/en/latest/Tutorial_Shapelet_Discovery.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm new to using matrix profiles and would like to use them for anomaly detection, ideally on multivariate and single variate data but only single variate is also acceptable. What would you consider the best practice for evaluation on datasets designed for the standard machine learning training paradigm (train/test split, test set windows are each shown to the model independently etc etc)?
Beta Was this translation helpful? Give feedback.
All reactions