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… will paste jupyter content here in the future)




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Bayesian p-value
  • 贝叶斯统计 Statistical Rethinking v2 in Julia 教学视频 第1章
  • 7 Julia correctness issues in "Why I no longer recommend Julia". Now fixed.