-
Notifications
You must be signed in to change notification settings - Fork 834
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
fix: repartition bug in LightGBMRanker #1368
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
df.count | ||
df | ||
} | ||
case Some(groupingCol) => |
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.
I recall this logic was modified in this PR from another user for the ranker:
#778
who had issues with this logic, so I would just be careful here
Codecov Report
@@ Coverage Diff @@
## master #1368 +/- ##
==========================================
- Coverage 84.77% 84.69% -0.09%
==========================================
Files 287 287
Lines 14230 14234 +4
Branches 732 729 -3
==========================================
- Hits 12064 12055 -9
- Misses 2166 2179 +13
Continue to review full report at Codecov.
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
#1336 fix repartition bug in LightGBMRanker