Logistic regression classification with scikit-learn.
Explain its role as a linear model that outputs a probability. Discuss interpretability (this is one strength of logistic regression). Evaluate using the metrics from Topic 2 (knn).
Setup for ANNs: Frame the lesson with the analogy that the concepts they are learning (weighted inputs, summation, activation function) are the same building blocks that make up a single neuron in a neural network. This will make the transition to the next lesson in Week 4 a bit more natural.