Stay organized with collections
Save and categorize content based on your preferences.
In the Linear regression module,
you explored how to construct a model to make continuous numerical
predictions, such as the fuel efficiency of a car. But what if you want to build
a model to answer questions like "Will it rain today?" or "Is this email spam?"
This module introduces a new type of regression model called
logistic regression
that is designed to predict the probability of a given outcome.