-
Notifications
You must be signed in to change notification settings - Fork 91
Add gini coefficient as an objective #2544
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2544 +/- ##
=======================================
+ Coverage 99.9% 99.9% +0.1%
=======================================
Files 285 285
Lines 26203 26212 +9
=======================================
+ Hits 26167 26176 +9
Misses 36 36
Continue to review full report at Codecov.
|
freddyaboulton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eccabay Thanks for the write-up on the original issue! I agree with the conclusion/implementation proposed there!
| c.name.lower() for c in get_non_core_objectives() | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gini coefficient is also being tested in test_objective_outputs so I think it's in line with how we test our other objectives.
angela97lin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean and simple, LGTM! 😁
Closes #2102