From 8c94551be2558080c05848e4965b3ba1e1143407 Mon Sep 17 00:00:00 2001 From: quandanrepo <45804868+quandanrepo@users.noreply.github.com> Date: Sat, 19 Aug 2023 16:33:33 +0100 Subject: [PATCH] Update cml.yml --- .github/workflows/cml.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cml.yml b/.github/workflows/cml.yml index 6992f2cd..fc30a70d 100644 --- a/.github/workflows/cml.yml +++ b/.github/workflows/cml.yml @@ -20,15 +20,15 @@ jobs: 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 - echo "## Residuals plot from model" >> report.md metrics_location=$(find . -maxdepth 10 -name "residuals.png") echo $metrics_location # cd $metric_location echo "![](./residuals.png)" >> 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