ccao-data / model-condo-avm

Automated valuation model for all class 299 and 399 residential condominiums in Cook County
GNU Affero General Public License v3.0
5 stars 2 forks source link

Include imputed strata in assessment_data / assessment_card #54

Open Damonamajor opened 1 week ago

Damonamajor commented 1 week ago

While working on issue 31, it was noted that the imputed strata are coded as NA in assessment_data / assessment_card.

dfsnow commented 1 week ago

@Damonamajor Let's modify 02-assess with a step that infills the missing strata for the assessment_card and assessment_pin output datasets. This would involve using the loaded recipe to bake() the input assessment data, probably somewhere around here: https://github.com/ccao-data/model-condo-avm/blob/master/pipeline/02-assess.R#L44. We should also add an indicator/flag column for any time the strata value is imputed.