JuliaAI / MLJLinearModels.jl

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

Penalizeintercept #31

Closed tlienart closed 4 years ago

tlienart commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   94.86%   94.97%   +0.11%     
==========================================
  Files          19       19              
  Lines         701      717      +16     
==========================================
+ Hits          665      681      +16     
  Misses         36       36
Impacted Files Coverage Δ
src/glr/d_l2loss.jl 100% <100%> (ø) :arrow_up:
src/glr/prox.jl 100% <100%> (ø) :arrow_up:
src/glr/utils.jl 90.9% <100%> (+3.4%) :arrow_up:
src/glr/d_logistic.jl 100% <100%> (ø) :arrow_up:
src/glr/d_robust.jl 91.05% <100%> (+0.14%) :arrow_up:
src/utils.jl 97.22% <100%> (+0.25%) :arrow_up:
src/glr/constructors.jl 100% <100%> (ø) :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 6316160...086a27d. Read the comment docs.