Logistic Regression: Test Your Knowledge

  1. Why is a linear regression model's output a poor predictor of probability?

  2. True or false: A sigmoid function never outputs the value 0 or the value 1.

  3. True or false: Applying regularization is less important when training logistic regression models than it is for training linear regression models.

  4. Which of the following options matches both Linear Regression and Logistic Regression with appropriate loss functions for calculating loss?

  5. Which of the following is an effective regularization technique for logistic regression models?