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 ARM64 on LGBM #142

Closed artpdr closed 1 year ago

artpdr commented 1 year ago

Make it possible to use LGBM on nodes with ARM64 architectures.

codecov[bot] commented 1 year ago

Codecov Report

Merging #142 (050bfa8) into master (dbc561a) will increase coverage by 0.15%. The diff coverage is 90.00%.

@@             Coverage Diff              @@
##             master     #142      +/-   ##
============================================
+ Coverage     80.21%   80.37%   +0.15%     
- Complexity      465      469       +4     
============================================
  Files            47       48       +1     
  Lines          1607     1620      +13     
  Branches        157      157              
============================================
+ Hits           1289     1302      +13     
  Misses          231      231              
  Partials         87       87              
Files Changed Coverage Δ
...eedzai/openml/provider/lightgbm/LightGBMUtils.java 89.65% <84.61%> (+2.69%) :arrow_up:
...dzai/openml/provider/lightgbm/CpuArchitecture.java 100.00% <100.00%> (ø)