FateMurphy / CEEMDAN_LSTM

CEEMDAN_LSTM is a Python project for decomposition-integration forecasting models based on EMD methods and LSTM.
MIT License
205 stars 42 forks source link

使用PIP安装时报错 #16

Open Mekako opened 11 months ago

Mekako commented 11 months ago

pip安装会安装sklearn这个包,实际应该改为scikit-learn image

FateMurphy commented 11 months ago

感谢提醒,scikit-learn在导入时为import sklearn,安装时应为pip install scikit-learn。可能代码有文字表述错误。