LightGBM model locale fix#53
Conversation
Codecov Report
@@ Coverage Diff @@
## master #53 +/- ##
============================================
+ Coverage 78.46% 79.25% +0.78%
- Complexity 369 382 +13
============================================
Files 39 39
Lines 1333 1364 +31
Branches 123 127 +4
============================================
+ Hits 1046 1081 +35
+ Misses 221 215 -6
- Partials 66 68 +2
Continue to review full report at Codecov.
|
|
I actually have one question @shenggwang @paulojrp , I added the folder
Finally, the tests generate a new folder: |
|
@shenggwang do we need the dummy |
There is no See https://github.com/feedzai/feedzai-openml-java/tree/master/openml-lightgbm/lightgbm-builder |
This implements the fix for model locale with Feedzai's patch to LightGBM v3.0.0. Such patch currently lives at feedzai/LightGBM as it wasn't yet merged to Microsoft's mainline code. Also, it integrates the latest version of make-lightgbm with support for build caches to speed up repeated builds of LightGBM.
This implements the fix for model locale with Feedzai's patch to LightGBM v3.0.0. Such patch currently lives at feedzai/LightGBM as it wasn't yet merged to Microsoft's mainline code. Also, it integrates the latest version of make-lightgbm with support for build caches to speed up repeated builds of LightGBM.
This implements the fix for model locale with our own patch to LightGBM v3.0.0.
Such patch currently lives at feedzai/LightGBM as it wasn't yet merged to Microsoft's mainline code.