From 65b81280245cbb6a586093b304295b03bf33358c Mon Sep 17 00:00:00 2001 From: sangseconds <82400654+sangseconds@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:38:43 +0700 Subject: [PATCH 1/2] Update cml.yaml --- .github/workflows/cml.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cml.yaml b/.github/workflows/cml.yaml index cf0a62348..9ae412393 100644 --- a/.github/workflows/cml.yaml +++ b/.github/workflows/cml.yaml @@ -27,7 +27,11 @@ jobs: cat metrics.txt >> report.md echo "## Data viz" >> report.md - cml-publish feature_importance.png --md >> report.md - cml-publish residuals.png --md >> report.md + #cml-publish feature_importance.png --md >> report.md + #cml-publish residuals.png --md >> report.md - cml-send-comment report.md + #cml-send-comment report.md + + echo '![](./feature_importance.png)' >> report.md + echo '![](./residuals.png)' >> report.md + #cml comment create report.md From f168c49fa1127ce199b22b9f613b033d467628b6 Mon Sep 17 00:00:00 2001 From: sangseconds <82400654+sangseconds@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:40:30 +0700 Subject: [PATCH 2/2] Update cml.yaml --- .github/workflows/cml.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cml.yaml b/.github/workflows/cml.yaml index 9ae412393..a599cee3e 100644 --- a/.github/workflows/cml.yaml +++ b/.github/workflows/cml.yaml @@ -34,4 +34,4 @@ jobs: echo '![](./feature_importance.png)' >> report.md echo '![](./residuals.png)' >> report.md - #cml comment create report.md + cml comment create report.md