Closed pat-s closed 4 years ago
Merging #97 into master will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #97 +/- ##
=======================================
Coverage 97.47% 97.47%
=======================================
Files 19 19
Lines 1029 1031 +2
=======================================
+ Hits 1003 1005 +2
Misses 26 26
Impacted Files | Coverage Δ | |
---|---|---|
R/LearnerClassifXgboost.R | 98.74% <100.00%> (+<0.01%) |
:arrow_up: |
R/LearnerRegrXgboost.R | 99.20% <100.00%> (+<0.01%) |
:arrow_up: |
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 9415d79...a37bbc5. Read the comment docs.
Fixes #95
Unfortunately there is no machine-readable way to scrape XGBoost params so we have to live with adding them incrementally on requests I guess.