Using the k parameter with STUMPI #796
Unanswered
jimacDS
asked this question in
Help: Coding & Implementations
Replies: 1 comment 3 replies
-
@jimacDS Welcome to the STUMPY community and thank you for your question.
Actually, it's the opposite. Our docs usually reflect any changes in our development branch and so In the meantime, you can install from source by doing something like:
Sorry for the confusion! |
Beta Was this translation helpful? Give feedback.
3 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.
-
On the documentation for stumpi, there is a parameter k, that is supposed to be able to set:
"The number of top k smallest distances used to construct the matrix profile. Note that this will increase the total computational time and memory usage when k > 1."
However, when trying to set k=2, I receive the error:
TypeError: aampi.__init__() got an unexpected keyword argument 'k'
Has this been deprecated
Beta Was this translation helpful? Give feedback.
All reactions