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

Update lightgbm lib pom #45

Closed shengwangsw closed 4 years ago

shengwangsw commented 4 years ago

After analyzing the error on the deploy stage. It showed us that there is missing information. This commit added those missing properties, an experimental tag with this commit was created based on branch hf-1.0.X.

The question, why are we using nexus-staging-maven-plugin in lightgbm-lib? Because lightgbm-lib can't use openml-java as parent due to jgitver configuration, which we had excluded lightgbm-lib in previous commit.

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #45   +/-   ##
=========================================
  Coverage     77.38%   77.38%           
  Complexity      355      355           
=========================================
  Files            39       39           
  Lines          1318     1318           
  Branches        120      120           
=========================================
  Hits           1020     1020           
  Misses          230      230           
  Partials         68       68           

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 a577cc4...675db21. Read the comment docs.