Skip to content

Week 9 - Logistic Regression

Learning Objectives

After today's class, you should be able to:

  • Understand the principles of Logistic Regression, interpret model coefficients, and apply the technique to binary classification problems.
  • Implement Logistic Regression models in Python using sklearn and statsmodels.

Class Agenda

Task List

  • Optional Reading: Chapter 6 - Multiple Linear Regression
  • Required Reading: Chapter 10 - Logistic Regression
  • Complete and Submit Group Project Proposal (10 Points) on Canvas.

Additional Resources