Skip to content
Snippets Groups Projects
Tasko Olevski's avatar
Tasko Olevski authored
use proper data

See merge request !1
13722a39

S2S AI Competition Scoring Image

Image used to calculate the scores for the S2S AI Competition

Testing

pipenv install
pipenv run python scoring/scoring_script.py ML_prediction_2020.nc

Alternatively you can use the docker image itself

docker build -t scoring-image .
docker run -ti --rm -v $PWD:/work scoring-image pipenv run python scoring/scoring_script.py /work/ML_prediction_2020.nc