From 0ee20ac5dc76c433f8c0867e543ae2174ef4507d Mon Sep 17 00:00:00 2001 From: quandanrepo <45804868+quandanrepo@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:39:47 +0100 Subject: [PATCH] Update cml.yml --- .github/workflows/cml.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cml.yml b/.github/workflows/cml.yml index b52a3932..26e79314 100644 --- a/.github/workflows/cml.yml +++ b/.github/workflows/cml.yml @@ -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 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 + 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