cerlymarco / MEDIUM_NoteBook

Repository containing notebooks of my posts on Medium
MIT License
2.08k stars 975 forks source link

The performance of this project #30

Closed mb-Ma closed 3 years ago

mb-Ma commented 3 years ago

Hi cerlymarco, Cos there is no tensorflow v2.0 environment, I achieved this project in ptorch. I completely followed your codes. However, the MSE of test dataset is too high (91.426). BTW, I also drew the prediction of tese data. The distributions of predicted data and true data are same with yours. Can you give some suggestion?

Offical metric is SMAPE. I mistake it as MSE. SMAPE: 14.5608 on splited test data

mb-Ma commented 3 years ago

Hi cerlymarco, Cos there is no tensorflow v2.0 environment, I achieved this project in ptorch. I completely followed your codes. However, the MSE of test dataset is too high (91.426). BTW, I also drew the prediction of tese data. The distributions of predicted data and true data are same with yours. Can you give some suggestion?