What is Logistic regression? | IBM
This type of statistical model (also known as logit model) is often used for classification and predictive analytics. Logistic regression estimates the probability of an event occurring, such as voted or didn’t vote, based on a given dataset of independent variables. Since the outcome is a probability, the dependent variable is bounded between 0 and 1. In logistic regression, a logit transformation is applied on the odds—that is, the probability of success divided by the probability of failure. This is also commonly known as the log odds, or the natural logarithm of odds, and this logistic function is represented by the following formulas: Logit(pi) = 1/(1+ exp(-pi)) ln(pi/(1-pi)) = Beta_0 + Beta_1*X_1 + … + B_k*K_k In this logistic regression equation, logit(pi) is the dependent or response variable and x is the independent variable. The beta parameter, or coefficient, in this model is commonly estimated via maximum likelihood estimation (MLE). This method tests different values of be
What Is Logistic Regression? | IBM Think 2026 Scale advantage with AI and hybrid cloud | Think keynotes What is logistic regression? By Fangfang Lee What is logistic regression? Logistic regression is a supervised machine learning algorithm in data science . It is a type of classification algorithm that predicts a discrete or categorical outcome. For example, we can use a classification model to determine whether a loan is approved or not based on predictors such as savings amount, income and credit score. In this article, we dive into the mathematics behind logistic regression—one of the most
Explore this link on the map →saved by
related reading
- Understanding regularization for logistic regression | KNIMEknime.com
- Regression analysis - Wikipediaen.wikipedia.org
- Log Odds and the Interpretation of Logit Models - PMCncbi.nlm.nih.gov
- R squared in logistic regression – The Stats Geekthestatsgeek.com
- Top 10 Machine Learning Algorithms in 2026 - Analytics Vidhyaanalyticsvidhya.com
- Gregory Gundersengregorygundersen.com
- Logs, Tails, Long Tails – Ryan Moulton's Articlesmoultano.wordpress.com
- Classificationfairmlbook.org
- Classification vs. Prediction – Statistical Thinkingfharrell.com
- deeplearningbook.org/contents/ml.htmldeeplearningbook.org
- Fundamentals of predictionmlstory.org
- Ordinary Least Squares (OLS) Regression — step by step explanation | by Venugopal Adep | AI Product Leader @ Jio | Mediummedium.com