在 GitHub Actions 中執行 DVC pipeline
在這個練習中,你會使用 CML GitHub Action 來執行 DVC pipeline,並比較訓練分支與 main 之間的指標。當你開啟對 main 分支的 PR 時,這個 pipeline 會被觸發。
執行 train.py 的輸出會是一個包含模型指標的 metrics.json 檔案,作為跨分支比較指標的來源資料。
你的任務是完成已搭好的 .github/workflows/dvc_cml.yaml,以建立高階的模型訓練流程。向下捲動到第 24 行進行修改。
本練習屬於課程
