Ita5007 Da2
Ita5007 Da2
we are finding mean and one standard deviation for every location and removing
anything that lies below mean and one standard deviation, and removing anything
lies above mean and one standard deviation. In this dataset, there are many samples
in which, the price of 3 bedroom apartment is lesser than 2 bedroom apartment with
similar square feet. There may be many reasons for that, but this outlier can affect
the accuracy of the prediction. So, for this, we will calculate the mean, standard
deviation and count for one and two bedroom apartment and filter out the two
bedroom apartments, who’s price is less than the mean of one bedroom apartment.
9. After that build the machine learning model which is opt to this kind of data.
for this data random forest, linear regression can be used.