This Lab is due Friday, Sep 19, 2025 at 11:59PM.
The goal of this lab is to give you hands on practice applying linear regression to a real world dataset. In particular, we will see how linear regression can be used to explore concrete hypotheses, and how we can intepret the model to come to answers to these hypotheses.
Here are some learning objectives for this lab:
There are 3 parts to this lab. The table below highlights what you are expected to do in each part.
Part | Description | Write code? | Write responses? |
---|---|---|---|
1 | Introducing the question and dataset | Yes | Yes |
2 | Operationalizing the question and fitting a model | Yes | Yes |
3 | More data exploration | Yes | Yes |
Lab3.pdf
: This fileLab3.ipynb
: Code scaffold for the labdata.pdf
: In data
folder, gives a
description of data and where to download itLab3.ipynb
: With your completed code and answers (1 per
group)Good luck :)