Module 1: Linear Regression 1
Module Overview
In this module, you will learn the fundamentals of linear regression. You'll start with simple baseline models, implement linear regression using scikit-learn, and understand how to interpret model coefficients.
Learning Objectives
- Determine baseline for Regression
- Fit a Simple Linear Regression model using scikit learn
- Explain Linear Regression Coefficients
Guided Project
Open JDS_SHR_211_guided_project_notes.ipynb in the GitHub repository below to follow along with the guided project:
Guided Project Video
Module Assignment
Complete the Module 1 assignment to practice linear regression techniques you've learned.