ccao-data / model-res-avm

Automated valuation model for all class 200 residential properties in Cook County (except vacant land and condos)
GNU Affero General Public License v3.0
28 stars 5 forks source link

Recode `sv_is_outlier` NAs as `FALSE` in `00-ingest.R` #139

Closed wrridgeway closed 10 months ago

wrridgeway commented 10 months ago

Sales validation doesn't label sales with missing data as explicitly outliers or not outliers. We only want to exclude explicit outliers from modeling and should treat any that have NA values for sv_is_outlier as non-outliers.