monocongo / climate_learn

Deep learning for climate modeling.
BSD 3-Clause "New" or "Revised" License
38 stars 22 forks source link

Update scaling approach in order to scale each feature/label separately #21

Open monocongo opened 5 years ago

monocongo commented 5 years ago

We've been doing scaling erroneously using a scaler for each lat/lon location, rather than a scaler per feature/label.