Logit or Logistic Regression/回归?

这个Blog里,我们回答以下几个问题:

  • 什么是Logistic regression(逻辑回归)?
  • 什么是Logit regression?
  • 什么情况下用Logitistic,什么情况下用Logit regression?
    • If y is binary (0 or 1) , then logistic regression should be used.
    • If y is proportional/percentage (a float between 0 and 1) , then logit regression should be used.

Now let’s see an example in action (Python).

(unfinished yet… need to paste jupyter content here)