ServiceNow / N-BEATS

N-BEATS is a neural-network based model for univariate timeseries forecasting. N-BEATS is a ServiceNow Research project that was started at Element AI.
Other
508 stars 116 forks source link

Normalize data and target #13

Closed anhtuan85 closed 3 years ago

anhtuan85 commented 3 years ago

Hi. Does model normalize data and label to range [-1, 1] to train? Thank you!

Dolores2333 commented 3 years ago

There is no normalization on the data in the source code.

anhtuan85 commented 3 years ago

There is no normalization on the data in the source code.

Thank you!