-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P-values of variables #224
Comments
Hi @nauanchik, This feature would be an interesting addition to the scorecard class. Would you be interested in implementing it and PR? |
Unfortunately, I am too unskilled in coding to help you on adding the feature to the library. As for the PR, I always recommend this library at my workplace to the colleagues because it saves an enormous amount of time |
Ok, no worries. I will find the time to implement it. |
@guillermo-navas-palencia If you are still looking for some support, I can work on this feature of getting p-values. Let me know and I can start looking into it. |
Thanks @jnsofini. That would be great! |
This would be a great enhancement. |
@ guillermo-navas-palencia I thought about implementing this directly in the code. Also, I read about why it is not included in the Scikit-learn library and implementing it is not a wise decision. This is for the following reasons.
As a result, I am considering putting my results as a tutorial on the Optbinning page. Please let me know what your thoughts are.. Here is the code. I can use it build a scorecard with Optbinning and then provide summary stats of the p-values of the coefficients.
|
Dear Guillermo,
Thank you for the library, it really does help at my work.
However, I wonder how can I get the p-values of all explanatory variables once the logistic regression was fitted and and the binning process complete? I'd like to have an output similiar to statsmodels library.
The text was updated successfully, but these errors were encountered: