House Price Prediction
Lagos, Africa's most populated city is home to over one million houses currently occupied. However, there seems to be at least half a million houses up for sale.
Most times, people's choice of house location is based on the price of the house. This project aimed to provide a means to predict house price per location.
Python's BeautifulSoup package was used to scrap data of houses available for rent in Lagos from one of Lagos' largest real estate's websites, Property Pro.
Regression analysis was performed on the output csv file to create a prediction model that yielded about 95% accuracy.
Tool Used: Python.