feat(Reporting): added robustness / correlation test (#138)

* feat(Evaluation): added robustness/correlation test

* feat(Reporting): saving correlations

* fix(Reporting): record correlations properly

* fix(Model): SVC's random seed

* feat(CI): store artifacts
This commit is contained in:
Mark Aron Szulyovszky
2022-01-09 20:00:03 +01:00
committed by GitHub
parent b1c04afb13
commit f5bbc266a4
5 changed files with 39 additions and 8 deletions
+4
View File
@@ -23,6 +23,10 @@ jobs:
shell: bash -l {0}
run: |
python run_pipeline.py
- uses: actions/upload-artifact@v2
with:
name: artifacts
path: output
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2