Skip to content
Snippets Groups Projects

use proper data

Merged Aaron Spring requested to merge AS_use_proper_data into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -6,11 +6,11 @@ Image used to calculate the scores for the S2S AI Competition
@@ -6,11 +6,11 @@ Image used to calculate the scores for the S2S AI Competition
```bash
```bash
pipenv install
pipenv install
pipenv run python scoring/scoring_script.py submission_rb_prediction_2020.nc
pipenv run python scoring/scoring_script.py ML_prediction_2020.nc
```
```
Alternatively you can use the docker image itself
Alternatively you can use the docker image itself
```bash
```bash
docker build -t scoring-image .
docker build -t scoring-image .
docker run -ti --rm -v $PWD:/work scoring-image pipenv run python scoring/scoring_script.py /work/submission_rb_prediction_2020.nc
docker run -ti --rm -v $PWD:/work scoring-image pipenv run python scoring/scoring_script.py /work/ML_prediction_2020.nc
```
```
\ No newline at end of file
Loading