mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
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:
committed by
GitHub
parent
b1c04afb13
commit
f5bbc266a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user