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

Models/evaluate year #124

Open tommylees112 opened 4 years ago

tommylees112 commented 4 years ago

We are trying here to use the TRAINED model to evaluate specific months.

The major NEW functions are: src/models/base.py: evaluate_train_timesteps

And changes to: src/models/neural_networks/base.py: predict

NOTE: need to update all of the models (non-neural networks too)

gabrieltseng commented 4 years ago

@tommylees112 , do you want me to take a look at this now, or once the tests are passing?

tommylees112 commented 4 years ago

when tests are passing please buddy

tommylees112 commented 4 years ago

This currently isn't working for me even though it is passing the test. will need to have a play!