mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Update cml.yml
This commit is contained in:
parent
e50a877374
commit
0ee20ac5dc
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cml.yml
vendored
6
.github/workflows/cml.yml
vendored
|
|
@ -21,8 +21,12 @@ jobs:
|
||||||
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
|
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
|
||||||
|
|
||||||
|
echo "## Residuals plot from model" >> report.md
|
||||||
|
plot_location=$(find . -maxdepth 10 -name "residuals.png")
|
||||||
|
cml-publish $(plot_location) --md >> report.md
|
||||||
|
|
||||||
cml comment create report.md
|
cml comment create report.md
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue