kongzii / SwiftXGBoost

Swift wrapper for XGBoost gradient boosting machine learning framework with Numpy and TensorFlow support.
Apache License 2.0
25 stars 1 forks source link

Refactor0 #9

Closed kongzii closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #9 into master will decrease coverage by 4.25%. The diff coverage is 52.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   75.56%   71.31%   -4.26%     
==========================================
  Files           9        9              
  Lines         704      760      +56     
==========================================
+ Hits          532      542      +10     
- Misses        172      218      +46     
Impacted Files Coverage Δ
Sources/XGBoost/Python.swift 28.57% <32.35%> (-43.77%) :arrow_down:
Sources/XGBoost/DMatrix.swift 93.13% <86.66%> (-1.43%) :arrow_down:
Sources/XGBoost/Array.swift 96.00% <100.00%> (+1.26%) :arrow_up:
Sources/XGBoost/Safe.swift 66.66% <100.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 28be023...6b0609c. Read the comment docs.