Boston Housing Prices - Data Analysis
Boston Housing prices is a popular dataset for learners into building predictive models. In this current era of big data, need to make meaning out of it is essential. Boston housing prices is a dataset that consists of a few features of houses like build area, number of bedrooms, number of floors, average salary of members in that area, and also the prices of houses. Using this data, I have tried to analysis and find patterns in the data and generate a predictive model using linear regression.
The code and the graphs plotted are almost self explanatory. So I didn't go about explaining every line I have written.
The code for the entire application is there in the following GitHub link. Click here for complete code