Google Interview Question

Difference between logistic regression and penalized logistic regression.

Interview Answer

Anonymous

Feb 1, 2018

likelihood-based inference in logistic regression can be problematic for small samples. e.g. maximumlikeluhood based estimation maybe larges biased or even non-existing due to separation. Penalized logistic regression can be used to address this problem

1