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

FTL branch (experimental) #55

Closed AlbertoEAF closed 3 years ago

AlbertoEAF commented 3 years ago

Adds streaming LGBM data reading.

codecov[bot] commented 3 years ago

Codecov Report

Merging #55 (18903fc) into master (9d3cd80) will decrease coverage by 0.27%. The diff coverage is 92.30%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #55      +/-   ##
============================================
- Coverage     79.25%   78.98%   -0.28%     
- Complexity      382      388       +6     
============================================
  Files            39       40       +1     
  Lines          1364     1394      +30     
  Branches        127      129       +2     
============================================
+ Hits           1081     1101      +20     
- Misses          215      223       +8     
- Partials         68       70       +2     
Impacted Files Coverage Δ Complexity Δ
...eedzai/openml/provider/lightgbm/SWIGTrainData.java 84.61% <84.61%> (ø) 12.00 <12.00> (?)
...tgbm/LightGBMBinaryClassificationModelTrainer.java 86.15% <100.00%> (-1.03%) 24.00 <1.00> (+1.00) :arrow_down:
...i/openml/provider/lightgbm/SWIGTrainResources.java 80.00% <100.00%> (-9.19%) 5.00 <1.00> (-6.00)
...ai/openml/provider/lightgbm/LightGBMException.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9d3cd80...332b14a. Read the comment docs.