Boston Housing Project
The median value for Boston Housing is gauged using regression models
The data is derived from this location : https://www.kaggle.com/c/boston-housing
Later various regression models are experimented with. The ones with the highest co-efficient of determination
are chosen.
Later this experiment was redone on Python with a random forest regressor algorithm and that had an extremely
high coefficient of determination.
The Python code is present here: https://github.com/rajivramanjani/Boston_Housing