mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
|
|
@ -14,14 +16,15 @@ jobs:
|
|||
env:
|
||||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
ls
|
||||
cd model_data/simulation_system
|
||||
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
|
||||
echo "## HELLO" > report.md
|
||||
# ls
|
||||
# cd model_data/simulation_system
|
||||
# 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
|
||||
echo "## MODEL METRICS from registry" > report.md
|
||||
cat model_registry.csv >> report.md
|
||||
# cd model_directory/RDSAP_CHANGE
|
||||
# echo "## MODEL METRICS from registry" > report.md
|
||||
# cat model_registry.csv >> report.md
|
||||
|
||||
cml comment create report.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue