- Pandas version 2.0.3
- Data has 10 columns
- A column that has missing values is total_bedrooms
ocean_promixity
column has 5 unique values- The average of
median_house_value
for the houses located near the bay is 259212 - The average of
total_bedrooms
before and after imputing missing values are most likely the same. - The value of the last element f
w
is 5.6992.
- One feature that has missing values is
total_bedrooms
- The median of
population
column is 1195 - The RMSE from the zero-filled-dataset and mean-filled-dataset are the same.
- The smallest
r
that give the best RMSE score is 0. - The std value is 0.005
- The value of RMSE is 0.33