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
137cbe665a
commit
e50a877374
1 changed files with 7 additions and 8 deletions
15
.github/workflows/cml.yml
vendored
15
.github/workflows/cml.yml
vendored
|
|
@ -15,15 +15,14 @@ jobs:
|
|||
env:
|
||||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
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
|
||||
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