icenet-ai / icenet-pipeline

The icenet-pipeline repository illustrates operational execution of the IceNet model
MIT License
3 stars 5 forks source link

Script to generate validation material #22

Closed rchan26 closed 1 year ago

rchan26 commented 1 year ago

Working towards #20.

rchan26 commented 1 year ago

For some examples:

./run_prediction.sh -m "binacc,sie,sic,mae" -l -v MAY_2018 dh23 north MAY_2018 current
./run_forecast_plots.sh -m "binacc,sie" -t 0.9 -g 20 -e -v -o plot/MAY_2018 MAY_2018 north
./run_validation.sh -r "125,190,170,235" -t 0.2,0.9 MAY_2018 north
./run_validation.sh -m "binacc,mae" -o plot/validation/MAY_2018 MAY_2018 north
JimCircadian commented 1 year ago

Awesome, these are really easy changes to review too @rchan26. Let's merge this as soon as 0.2.4 is rolled out, if that's cool?