Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 459 Bytes

File metadata and controls

2 lines (2 loc) · 459 Bytes

Lung-Cancer-Linear-Regression-Model

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.