The condo model uses recipes-based imputation for condo strata. Currently, it uses KNN using Gower's distance and a few of the most salient condo features (year built, distance, etc.). We should revisit this method considering the strata features do most of the work in the condo model and there are many condos in the City.
The condo model uses
recipes
-based imputation for condo strata. Currently, it uses KNN using Gower's distance and a few of the most salient condo features (year built, distance, etc.). We should revisit this method considering the strata features do most of the work in the condo model and there are many condos in the City.