Simple Linear Regression - Predicting housing prices in Kansas City
- thecuriouslad
- Oct 4, 2019
- 1 min read
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:

Training Data:

Comments