From 86438e912e3186e3f87f53a47839458014056579 Mon Sep 17 00:00:00 2001 From: Declan Costello <79241861+dec1costello@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:41:54 -0600 Subject: [PATCH] Update cml.yaml --- .github/workflows/cml.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cml.yaml b/.github/workflows/cml.yaml index 0f3c27b..b702fa3 100644 --- a/.github/workflows/cml.yaml +++ b/.github/workflows/cml.yaml @@ -24,7 +24,6 @@ jobs: - name: Create report.md run: | cat "Streamlit/Training Report/results.txt" > "Streamlit/Training Report/report.md" - echo "![](feature_importance.png)" >> "Streamlit/Training Report/report.md" echo "![](residuals.png)" >> "Streamlit/Training Report/report.md" - name: Commit results and report