Skip to content
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

Gini for metric output #61

Open
danieleewww opened this issue Nov 17, 2017 · 1 comment
Open

Gini for metric output #61

danieleewww opened this issue Nov 17, 2017 · 1 comment

Comments

@danieleewww
Copy link

Is possible to put Gini into evaluation function?

@kaz-Anova
Copy link
Owner

I can add it , yes. However for a binary problem, you can use AUC. Gini=(2 * AUC) -1.

so if AUC is 0.640, Gini is 0.28 ( 2 * 0.64= 1.28 )-1). Higher AUC is higher GINI and vice verca - always. The relationship is monotonic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants