1

I'm a beginner, and I'm wondering whether a logistic regression in a nut-shell is just normalizing a linear regression? Correct me if I'm wrong, but I came to this conclusion because the predicted value of logistic regression is simply just the linear regression's prediction put into a sigmoid to get 0 and 1. So, logistic regression = normalized linear regression?

1 Answers1

3

Yes, you are right. Both are unified under the term Generalized Linear Model.

noe
  • 28,203
  • 1
  • 49
  • 83