MTGNN
MTGNN copied to clipboard
Data normalization in model
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.
I followed https://github.com/laiguokun/LSTNet for data normalization.