SitePoint
  • Blog
  • Forum
  • Library
  • Login
Join Premium
  1. Details
  2. Creator
  3. Content
  4. Reviews
  5. FAQ
Logistic Regression Using Real-world Data Cover

Logistic Regression Using Real-world Data

Created by

Muhammad Jarir Kanji

Published by

SitePoint

Last Updated

26 July 2021

Details

Logistic regression is an extension of the linear regression model designed to predict the probability of occurrence for a binary outcome. This tutorial will begin with a brief introduction to logistic regression and then use the technique to detect fraud in a financial transactions dataset.

Description

Logistic regression is an extension of the linear regression model designed to predict the probability of occurrence for a binary outcome. As such, it lends itself rather well to binary classification tasks and can potentially be extended to multi-class problems using more advanced techniques not discussed in this tutorial.

Examples of problems that logistic regression can solve include how likely someone is to develop lung cancer given their age, weight, and cigarette intake. Or a conversion model that predicts how likely it is that a lead will convert into a paying customer based on their income, demographics, and time since our most recent contact.

Alongside just making predictions, logistic regression is also an excellent choice for descriptive analytics and quantifying the relationship between a variable and the response. For example, what effect does smoking one more packets of cigarettes have on the probability of getting lung cancer? Because of its simple mathematical form and ease of interpretation, logistic regression is a great tool for tackling such questions where explainability is a major concern (for example, in econometrics research).

This tutorial will begin with a brief introduction to the mathematical form of logistic regression and then use the technique to detect fraud in a synthetic financial transactions dataset.

Creator

Muhammad Jarir Kanji avatar

Muhammad Jarir Kanji

Muhammad Jarir Kanji avatar

Content

1
Preview

Reviews

Log in to write a review!

Frequently Asked Questions

Logistic Regression Using Real-world Data Cover

Logistic Regression Using Real-world Data

  • Unlimited access to this title and 600+ others in our library

  • New titles added frequently

  • Cancel anytime

Stuff we do

  • Premium
  • Newsletters
  • Forums

About

  • Our Story
  • Terms of use
  • Privacy Policy
  • Corporate Memberships

Contact

  • Contact us
  • FAQ
  • Publish your book with us
  • Write an article for us
  • Advertise

Connect

© 2000 – 2024 SitePoint Pty. Ltd.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.