-
Notifications
You must be signed in to change notification settings - Fork 11
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
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.
|
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
I actually have one question @shenggwang @paulojrp , I added the folder
Finally, the tests generate a new folder: |
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
openml-lightgbm/lightgbm-provider/standard_code_models/extend_model.py
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
openml-lightgbm/lightgbm-provider/standard_code_models/extend_model.py
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/feedzai/openml/provider/lightgbm/LightGBMBinaryClassificationModelTest.java
Outdated
Show resolved
Hide resolved
@shenggwang do we need the dummy |
There is no |
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.