refactor(Training): use date indexes instead of integers, need this to prepare for Events (#185)

This commit is contained in:
Mark Aron Szulyovszky
2022-01-24 12:22:30 +01:00
committed by GitHub
parent e80fffdb65
commit e6e2317fe0
15 changed files with 50 additions and 52 deletions
+8
View File
@@ -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