From 9520395ee96f07365b1f05755fe240ae382e0d91 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Wed, 1 Oct 2025 20:51:16 +0200 Subject: [PATCH] Fix DVC output path overlap in train stage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from tracking entire models/ directory to specific model file to resolve conflict with models/metrics.json metric tracking. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- dvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc.yaml b/dvc.yaml index 520eab1..49b02f4 100644 --- a/dvc.yaml +++ b/dvc.yaml @@ -26,7 +26,7 @@ stages: - train.max_depth - train.random_state outs: - - models/ + - models/multitask_model.pkl metrics: - models/metrics.json: cache: false