Closed rainij closed 5 years ago
Merging #13 into master will decrease coverage by
0.17%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #13 +/- ##
==========================================
- Coverage 87.5% 87.32% -0.18%
==========================================
Files 3 3
Lines 72 71 -1
Branches 17 17
==========================================
- Hits 63 62 -1
Misses 8 8
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
src/index.js | 86.95% <ø> (-0.19%) |
:arrow_down: |
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 b959b17...bc42723. Read the comment docs.
Is the thing with code coverage a serious issue? I am not familiar with codecov so I am not sure what to think about it.
Coverage is not an issue. Thank you for the pull request!
Remove dependency on package ml-regression-base.
In particular removed inheritance of MultivariateLinearRegression on BaseRegression since the latter is restricted to univariate regression.