This regression model works by at first by plotting all the values from the dataset. Then, the usage of cost function and gradient descent has been done for each iteration, numbering upto 1500. The learning rate is 0.01. It then plots the best fit line. Any relevant data can be extracted then.
git clone https://github.com/UzitheI/HousingVsCost.git
Run the Command
python3 gd.py