mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-01 13:17:47 +00:00
refactor(Training): use date indexes instead of integers, need this to prepare for Events (#185)
This commit is contained in:
committed by
GitHub
parent
e80fffdb65
commit
e6e2317fe0
@@ -28,6 +28,14 @@ jobs:
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
python run_portfolio_reporting.py
|
||||
- name: Run inference
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
python run_inference.py
|
||||
- name: Delete models
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
rm -rf ./output/models
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: artifacts
|
||||
|
||||
Reference in New Issue
Block a user