krishnaik06/Advanced-House-Price-Prediction-

Missing Values

Opened this issue · 0 comments

Missing values can be replaced with mode or as per me if the distribution of the column contains top two values like 30% and 29% then some of the missing values can be replaced with 1st top value and others with 2nd top value.