ECMWFCode4Earth / ml_drought

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

FIX climatology dropnans #162

Closed tommylees112 closed 3 years ago

tommylees112 commented 4 years ago

NEED TO FIX BUG IN CASES WHERE nans are present in the data and so certain pixels (latlon pairs) are excluded from the modelling process.

Therefore the climatology needs to only return the predicted values for the pixels that remain after the clear_nan process