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

有關分解出來的IMF數量 #21

Open chenghan710 opened 7 months ago

chenghan710 commented 7 months ago

你好,前陣子跑程式利用CEEMDAN-GRU時,IMF數量大約是6個左右,但最近又回來重新跑一次時,IMF只剩下三個,data set與code基本上是相同,想請問造成這樣的原因是什麼

FateMurphy commented 7 months ago

可以尝试设置INTE_LIST=None

chenghan710 commented 7 months ago

可以了 感謝您的回答