Logistic Regression (original) (raw)
Logistic Regression
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 calledlogistic regressionthat is designed to predict the probability of a given outcome.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-08 UTC.