topepo / AmesHousing

Ames IA Housing data from De Cock (2011)
14 stars 12 forks source link

Fix BsmtFin_SF_1 (don't overwrite with BsmtFin_Type1) #12

Open kcarnold opened 4 years ago

kcarnold commented 4 years ago

This was probably a copy-paste bug. I noticed it when plotting all features against Sale_Price.

The right solution probably involves dplyr::recode / recode_factor, maybe with dplyr::across, so that this wouldn't have been able to happen. But I've spot-checked the adjacent values and they seem ok, so I'm leaving it at this for now.