Replies: 1 comment 2 replies
-
|
Hi! that could be possible but the performance would be horrible. If you are only interested in the L1 norm, you can change the metric to “manhattan”. Unfortunately, I have yet to implement the scaled counterpart. As of now only “dtw” and “euclidean” has that support (“scaled_euclidean” and “scaled_dtw”). You can see a full list of supported metrics in the documentation: https://wildboar.dev/1.1.X/guide/metrics.html best, |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Isak,
once again I come up with some ideas: would it be possible to pass a callable function for the 'metric' argument in ShapeletForestClassifier? My idea is to extend the classifier to work with other distance functions, for instance the L_1 metric.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions