Coefficients of a logistic regression

Asked

Viewed 332 times

1

I would like to know how to show the table of statistics of the coefficients of the independent variables of a logistic model, in sklearn library

  • sklearn.linear_model.LogisticRegression.coef_ doesn’t work?

  • @Eduardoalmeida, it was exactly what I wanted, thank you very much for your help. One more question, Is there any other code to identify the p-value of the variables??

  • Only run the significance tests directly using. chi2()

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.