Logistic Regression

A statistical model used for binary classification (Yes/No, 1/0).

  • Output: A probability between 0 and 1.
  • Example: Predicting if a bank customer will default on a loan.