-
Notifications
You must be signed in to change notification settings - Fork 842
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: updating lightgbm to 2.3.180 #850
fix: updating lightgbm to 2.3.180 #850
Conversation
3af4e7f
to
1f6700b
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #850 +/- ##
==========================================
+ Coverage 83.18% 85.42% +2.24%
==========================================
Files 187 187
Lines 8681 8679 -2
Branches 507 525 +18
==========================================
+ Hits 7221 7414 +193
+ Misses 1460 1265 -195
Continue to review full report at Codecov.
|
1f6700b
to
714a2d3
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
currently blocked on this PR: |
This PR updates to LightGBM 2.3.180 on PR: |
b1b6c06
to
0791a08
Compare
0791a08
to
b315e04
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Love seeing tests added!
Includes performance fixes and minor API changes
This includes a fix for a memory corruption issue:
microsoft/LightGBM#3110
The new release has some major performance optimizations for the parallel distributed learner, training time and especially a major fix for a performance regression during scoring (3-4X):
microsoft/LightGBM#2799
As well as a major fix for allocating more than max int array values per partition:
microsoft/LightGBM#2859
This PR updates to LightGBM 2.3.180 on PR:
microsoft/LightGBM#3110
on commit:
microsoft/LightGBM@8ead7cc