Skip to content

Commit

Permalink
Add dvc yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Oct 28, 2024
1 parent e9e64a0 commit 31c0d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ stages:
- input/land_nbhd_rate_data.parquet
- input/training_data.parquet
frozen: true

train:
cmd: Rscript pipeline/01-train.R
desc: >
Expand Down Expand Up @@ -48,6 +47,7 @@ stages:
- output/workflow/recipe/model_workflow_recipe.rds:
cache: false

frozen: true
assess:
cmd: Rscript pipeline/02-assess.R
desc: >
Expand All @@ -74,6 +74,7 @@ stages:
- output/intermediate/timing/model_timing_assess.parquet:
cache: false

frozen: true
evaluate:
cmd: Rscript pipeline/03-evaluate.R
desc: >
Expand Down

0 comments on commit 31c0d46

Please sign in to comment.