We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f00a7 commit c372822Copy full SHA for c372822
pipeline/04-interpret.R
@@ -32,8 +32,8 @@ if (shap_enable || comp_enable) {
32
assessment_data <- as_tibble(read_parquet(paths$input$assessment$local))
33
34
# Aggregate square footage to building level. We do this to ensure consistent
35
- # shap values based on the generated prediction for multi-card pins. More
36
- # details in multi-card handling in the assess stage.
+ # shap values and comps based on the generated prediction for multi-card pins.
+ # More details in multi-card handling in the assess stage.
37
# https://github.com/ccao-data/model-res-avm/issues/358
38
assessment_data <- assessment_data %>%
39
mutate(
0 commit comments