nnzhan / MTGNN

MIT License
798 stars 222 forks source link

Data normalization in model #14

Open godcherry opened 3 years ago

godcherry commented 3 years ago

Hi, I noticed that you normalized the input time series by dividing the maximum value in function util.py/DataLoaderS._normalized and scaled it back when computing loss. Could you please tell the reason that you do it.

nnzhan commented 3 years ago

I followed https://github.com/laiguokun/LSTNet for data normalization.