top of page

Simple Linear Regression - Predicting housing prices in Kansas City

In this problem, we split our data into test and training data sets. We feed our training data for the machine to learn, then we see how accurately we can predict the test data prices. Data set to the problem can be downloaded from here.


Python Code and Explanation:

Test Data:

Scatter Plot of Test Data


Training Data:


Scatter Plot of Training Data

Comments


©2019 by thecuriousfolk.com

bottom of page