Are there any samples of stumpi #1099
              
                Unanswered
              
          
                  
                    
                      jh72ie
                    
                  
                
                  asked this question in
                Help: Coding & Implementations
              
            Replies: 1 comment 3 replies
-
        
 Hard to tell without seeing any code and the issue/error. Do you mean you are getting an error? I tried the following example in Google Colab and it works:  | 
  
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.
-
Hi folks,
Are there any samples of stumpi where the mp parameter is being used?
mp : numpy.ndarray, default None
A pre-computed matrix profile (and corresponding matrix profile indices).
This is a 2D array of shape
(len(T) - m + 1, 2 * k + 2), where the firstkcolumns are top-k matrix profile, and the nextkcolumns are theircorresponding indices. The last two columns correspond to the top-1 left and
top-1 right matrix profile indices. When
None(default), this array iscomputed internally using
stumpy.stump.I am saving the mp so that I can pick up where i left off when i have new data. Inexplicable, it has worked for me many times but now it just doesn't at all and i cannot figure out why.
If someone has a save and load example appreciation would be much!!
tnx
Beta Was this translation helpful? Give feedback.
All reactions