De Assignment 3
De Assignment 3
To build a machine learning model that can accurately predict house prices based on various
property features such as location, size, number of bathrooms, and total square footage. You
are expected to perform end-to-end data preprocessing, outlier removal, feature engineering,
and train multiple machine learning algorithms. The goal is to identify the best-performing model
through evaluation and comparison of prediction accuracy.
Tasks to be done:
Cleaning
● Fill rows with missing or null values in key features (e.g., bath, location, size).
● Remove unwanted columns for better results
● In the case of range values, take the average of it.
● Use one hot encoding if applicable.