Python Forum

Full Version: Hosmer-Lemeshow test in logistic regression
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I would like to apply the Hosmer-Lemeshow test to a logistic regression model.
However, I am a complete Phython newbie. Apparently there is no function to apply the test to the model?
Has anyone perhaps ever made their own code? Ultimately, I'm only interested in the p-value, if that helps.

Thanks a lot!

Many greetings

Nina
try googling: 'Hosmer-Lemeshow test to a logistic regression model python'
You may be surprised at what's available.