In this example, I used data from cancer.gov and the US Census American Community Survey to build an Ordinary Least Squares regression model. This example is built using Python. It covers: How I sourced and imported the data Preparation of data Exploratory analysis Model selection Model diagnostics Note that this is a first pass attempt and should be considered a baseline model to compare future iterations against.