JuliaAI / MLJLinearModels.jl

Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
MIT License
81 stars 13 forks source link

Using the Light Interface #51

Closed tlienart closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #51 into master will decrease coverage by 0.53%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   94.78%   94.24%   -0.54%     
==========================================
  Files          22       22              
  Lines         805      782      -23     
==========================================
- Hits          763      737      -26     
- Misses         42       45       +3
Impacted Files Coverage Δ
src/loss-penalty/robust.jl 100% <ø> (ø) :arrow_up:
src/fit/default.jl 80% <ø> (ø) :arrow_up:
src/glr/utils.jl 90.9% <ø> (ø) :arrow_up:
src/fit/solvers.jl 100% <ø> (ø) :arrow_up:
src/MLJLinearModels.jl 100% <ø> (ø) :arrow_up:
src/glr/constructors.jl 100% <ø> (ø) :arrow_up:
src/loss-penalty/standard.jl 100% <ø> (ø) :arrow_up:
src/glr/d_logistic.jl 100% <100%> (ø) :arrow_up:
src/fit/iwls.jl 100% <100%> (ø) :arrow_up:
src/mlj/interface.jl 90.47% <100%> (-0.23%) :arrow_down:
... and 16 more

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 f199300...e865de2. Read the comment docs.