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
No it doesn't work, I fixed it. The problem was that from anaconda prompt the command is
pip install matrixprofile-ts
and notpip install matrixprofile