What is the mathematical objective function that logistic regression optimizes?

Data Science with Python Hard

Data Science with Python — Hard

What is the mathematical objective function that logistic regression optimizes?

Key points

  • Binary cross-entropy maximizes log-likelihood
  • Penalizes confident wrong predictions
  • Suitable for binary classification
  • Optimized by logistic regression

Ready to go further?

Related questions