HOUSE PRICE PREDICTION USING REGRESSION ALGORITHM
Extracted data sets from kaggle. Cleaned up the messy data and made some pre-processing on the data set to create a consistent data set. Used supervised machine learning algorithm-Linear regression-to create a model and predict the price of houses according to various parameters such as location, age of the house, space, etc..