ECMWFCode4Earth / ml_drought

Machine learning to better predict and understand drought. Moving github.com/ml-clim
https://ml-clim.github.io/drought-prediction/
92 stars 18 forks source link

Normalize x values when training models #36

Closed gabrieltseng closed 5 years ago

gabrieltseng commented 5 years ago

Normalizes (mean = 0, std = 1) x values when training models.

Makes sure only training data is used to calculate the normalizing values, and saves the normalizing dict.