Skip to content

Commit

Permalink
Add missing run_id variable to upload pipeline stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Dec 1, 2023
1 parent ec1c35f commit ae750d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipeline/06-upload.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ paths <- model_file_dict()
# Load the parameters file containing the run settings
params <- read_yaml("params.yaml")

# Load CV toggle, SHAP toggle, and run_type as defined in the `finalize` step
# Load various overridden parameters as defined in the `finalize` step
metadata <- read_parquet(paths$output$metadata$local)
cv_enable <- metadata$cv_enable
shap_enable <- metadata$shap_enable
run_id <- metadata$run_id
run_type <- metadata$run_type


Expand Down

0 comments on commit ae750d5

Please sign in to comment.