Wednesday 2 December 2020

matrixProfiling not getting imported

I am trying to use the package 'matrixprofile'. I am getting the error even though I have installed a 'matrixprofile' in anaconda prompt.

from matrixprofile import *
mp = matrixProfile.stomp(df['y'].values, window)

NameError: name 'matrixProfile' is not defined

Other people have been able to use the same code.

Thanks



from matrixProfiling not getting imported

No comments:

Post a Comment