Fix DVC output path overlap in train stage

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 <noreply@anthropic.com>
This commit is contained in:
Alexis Bruneteau 2025-10-01 20:51:16 +02:00
parent 9440f4eecd
commit 9520395ee9

View File

@ -26,7 +26,7 @@ stages:
- train.max_depth - train.max_depth
- train.random_state - train.random_state
outs: outs:
- models/ - models/multitask_model.pkl
metrics: metrics:
- models/metrics.json: - models/metrics.json:
cache: false cache: false