From e50a8773748bc2eb5007f941e388b4b6dd5a8a45 Mon Sep 17 00:00:00 2001 From: quandanrepo <45804868+quandanrepo@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:29:54 +0100 Subject: [PATCH] Update cml.yml --- .github/workflows/cml.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cml.yml b/.github/workflows/cml.yml index dcec4cdd..b52a3932 100644 --- a/.github/workflows/cml.yml +++ b/.github/workflows/cml.yml @@ -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