When I tried to import EMD package from PyEMD, it is giving me No module error
ModuleNotFoundError Traceback (most recent call last)
Cell In[17], line 15
12 from sklearn.metrics import mean_squared_error
14 from pandas import concat
—> 15 from PyEMD import CEEMDAN,EMD,EEMD
16 #from pyemd import emd,ceemdan
18 from keras.models import Sequential
ModuleNotFoundError: No module named ‘PyEMD’
Please use code formatting when you post (the </> button, or wrap with triple backticks like ```) to make things more readable.
Did you try the advice from this post? What happened then?
Don’t open a duplicate topic, use your existing topic.