Skip to content

Commit a8dacd2

Browse files
Remove intermediate column
1 parent 43d25b3 commit a8dacd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/04-interpret.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if (shap_enable) {
125125
}) %>%
126126
arrange(meta_pin, meta_card_num) %>%
127127
ungroup() %>%
128-
select(-meta_pin_num_cards) %>%
128+
select(-meta_pin_num_cards, -sqft_card_num_sort) %>%
129129
write_parquet(paths$output$shap$local)
130130
} else {
131131
# If SHAP creation is disabled, we still need to write an empty stub file

0 commit comments

Comments
 (0)