Predict Housing Prices through Linear Regression & Python
What this Is About?
This exercise is the culmination of the first third of the PCDE Course. We will create a housing prediction model based on linear regression in Python.
Necessary Files
- The actual data that will be used in CSV form
- A data description file describing the CSV data
- A Template for the Jupyter Notebook
- TODO: Add the powerpoint template link from a pastebin
References
Web Links
- Housing Model Data in CSV Format
- Housing Model Data Description in TXT
- Housing Model Jupyter Notebook Template