feedzai / feedzai-openml-java

Implementations for Feedzai's OpenML APIs to allow for usage of machine learning models in the Java programming language.
https://www.feedzai.com
Apache License 2.0
2 stars 11 forks source link

Add support for Alpine on LGBM #145

Closed Renato2000 closed 6 months ago

Renato2000 commented 6 months ago

This commit bumps lightgbm to v0.9.14 and makes it possible to use LGBM on nodes with AMD64 architecture using Alpine.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 90.90909% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 80.52%. Comparing base (fe58343) to head (120f159).

Files Patch % Lines
...edzai/openml/provider/lightgbm/Infrastructure.java 72.72% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #145 +/- ## ============================================ + Coverage 80.37% 80.52% +0.15% - Complexity 469 479 +10 ============================================ Files 48 50 +2 Lines 1620 1648 +28 Branches 157 158 +1 ============================================ + Hits 1302 1327 +25 - Misses 231 233 +2 - Partials 87 88 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gandola commented 6 months ago

LGTM