MTGNN icon indicating copy to clipboard operation
MTGNN copied to clipboard

Data normalization in model

Open godcherry opened this issue 4 years ago • 1 comments

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.

godcherry avatar Nov 05 '20 12:11 godcherry

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

nnzhan avatar Mar 12 '21 02:03 nnzhan