Skip to content

Commit

Permalink
Merge branch '2025-assessment-year' into dfsnow/leave-one-out-strata
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Feb 4, 2025
2 parents 85103e6 + 4a8d9a0 commit b4a7956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ ratio_study:
- "meta_nbhd_code"
- "loc_tax_municipality_name"
- "loc_ward_num"
- "loc_census_puma_geoid"
- "loc_census_tract_geoid"
- "loc_school_elementary_district_geoid"
- "loc_school_secondary_district_geoid"
Expand Down
5 changes: 1 addition & 4 deletions pipeline/03-evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ message("Loading evaluation data")
# Load the test results from the end of the train stage. This will be the most
# recent 10% of sales and already includes predictions.
test_data_card <- read_parquet(paths$output$test_card$local) %>%
filter(
!is.na(loc_census_puma_geoid),
meta_modeling_group == "CONDO"
)
filter(meta_modeling_group == "CONDO")

# Load the assessment results from the previous stage. This will include every
# residential PIN that needs a value.
Expand Down

0 comments on commit b4a7956

Please sign in to comment.