Closed schalkdaniel closed 1 year ago
Merging #366 (047fee5) into main (a8698dd) will decrease coverage by
12.87%
. The diff coverage is79.44%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #366 +/- ##
===========================================
- Coverage 80.03% 67.16% -12.87%
===========================================
Files 36 40 +4
Lines 3416 8126 +4710
===========================================
+ Hits 2734 5458 +2724
- Misses 682 2668 +1986
Impacted Files | Coverage Δ | |
---|---|---|
R/boost_linear.R | 90.90% <0.00%> (-9.10%) |
:arrow_down: |
R/boost_splines.R | 64.00% <0.00%> (-2.67%) |
:arrow_down: |
R/zzz.R | 0.00% <0.00%> (ø) |
|
src/data.h | 100.00% <ø> (ø) |
|
src/response.h | 100.00% <ø> (ø) |
|
src/single_include/date.h | 35.11% <ø> (ø) |
|
src/single_include/nlohmann/json.hpp | 50.82% <ø> (ø) |
|
src/baselearner_factory.cpp | 69.71% <64.69%> (+1.63%) |
:arrow_up: |
R/compboost.R | 76.58% <72.20%> (-2.38%) |
:arrow_down: |
R/extract_from_cpp.R | 72.34% <72.34%> (ø) |
|
... and 31 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
exractComponents
to get a reduced representation of the model that can be stored (not necessary because of the serialization).