-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add feature importance method to Skorecard class #7
Comments
Also a suggestion, the coefficients have their own intervals(usually 5% and 95%), it would be great to have a weight plot. I would like to contribute in this issue. |
@satya-pattnaik This sounds like a really nice idea. If you like, I can open a separate issue for this and assign you to it? |
Sounds good, you can assign it to me @orchardbirds . |
Hey @orchardbirds @satya-pattnaik do you still plan to work on this issue ? Let me know how we can help you. |
Hi is this issue still open, i would like to work on it |
@rishabsinghh awesome, I believe so. What do you think @anilkumarpanda ? |
Whats the update? can i ? |
Yes |
Hi @rishabsinghh thanks for picking this up. |
The feature importance in the context of the skorecard model is the feature IV*coef of the logistic regression.
Let's make this calculation within the skorercard class
In terms of code, it's similar to this
The text was updated successfully, but these errors were encountered: