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

Ensure lightgbm score and contribution result #92

Closed shengwangsw closed 2 years ago

shengwangsw commented 2 years ago

The commits adds Unit Test to ensure the LGBM score prediction and feature contributions results based on expected values.

codecov[bot] commented 2 years ago

Codecov Report

Merging #92 (800249b) into master (3112cea) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #92   +/-   ##
=========================================
  Coverage     79.34%   79.34%           
  Complexity      406      406           
=========================================
  Files            41       41           
  Lines          1438     1438           
  Branches        135      135           
=========================================
  Hits           1141     1141           
  Misses          223      223           
  Partials         74       74           

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 3112cea...800249b. Read the comment docs.