mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Update cml.yml
This commit is contained in:
parent
229c452ff4
commit
f972f89b75
1 changed files with 10 additions and 7 deletions
17
.github/workflows/cml.yml
vendored
17
.github/workflows/cml.yml
vendored
|
|
@ -6,6 +6,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
|
@ -14,14 +16,15 @@ jobs:
|
||||||
env:
|
env:
|
||||||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
ls
|
echo "## HELLO" > report.md
|
||||||
cd model_data/simulation_system
|
# ls
|
||||||
pip install -r requirements.txt
|
# cd model_data/simulation_system
|
||||||
python3 training.py --train-filepath ./model_build_data/change_data/rdsap_full/train_validation_data.parquet --test-filepath ./model_build_data/change_data/rdsap_full/test_data.parquet
|
# pip install -r requirements.txt
|
||||||
|
# python3 training.py --train-filepath ./model_build_data/change_data/rdsap_full/train_validation_data.parquet --test-filepath ./model_build_data/change_data/rdsap_full/test_data.parquet
|
||||||
|
|
||||||
cd model_directory/RDSAP_CHANGE
|
# cd model_directory/RDSAP_CHANGE
|
||||||
echo "## MODEL METRICS from registry" > report.md
|
# echo "## MODEL METRICS from registry" > report.md
|
||||||
cat model_registry.csv >> report.md
|
# cat model_registry.csv >> report.md
|
||||||
|
|
||||||
cml comment create report.md
|
cml comment create report.md
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue