dhjnam / melbourne-housing-prices

Predict Housing Prices in Melbourne Area
0 stars 0 forks source link

Impute: Implement imputation methods #3

Open dhjnam opened 11 months ago

dhjnam commented 11 months ago

Try imputation methods. Follow scikit-learn

Missing features are

Imputing seems to make sense in BuildingArea and YearBuilt. CouncilArea and Car may be ignored.

dhjnam commented 11 months ago

CouncilArea has imputed with a RandomForestClassifier.