Skip to content

Commit

Permalink
Add error estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Nov 12, 2024
1 parent 20daa4b commit 96d18ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
shell: bash -l {0}
run: |
pip install matplotlib pyarrow numpy matplotlib pandas
pip install oedisi==1.2.1
pip install 'oedisi>=2,<3'
oedisi evaluate-estimate --metric MAAE --path outputs
oedisi evaluate-estimate --metric MARE --path outputs
python post_analysis.py outputs_build
- name: Archive logs
Expand Down

0 comments on commit 96d18ae

Please sign in to comment.