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

Dataloader #39

Closed gabrieltseng closed 5 years ago

gabrieltseng commented 5 years ago

Resolves #38

Adds a dataloader so that data will only be loaded into memory when necessary. A few additional notes:

Tested with unit tests, as well as by training the linear regression model using VHI, CHIRPS precip and GLEAM (E, SMroot and SMsurf) data, with and without early stopping