JuliaAI / MLJLinearModels.jl

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

FISTA with robust #22

Closed tlienart closed 5 years ago

tlienart commented 5 years ago

Robust regression with l1 penalty, also quantile regrsession with l1 penalty

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   95.39%   95.45%   +0.05%     
==========================================
  Files          18       18              
  Lines         565      572       +7     
==========================================
+ Hits          539      546       +7     
  Misses         26       26
Impacted Files Coverage Δ
src/glr/utils.jl 83.33% <ø> (ø) :arrow_up:
src/glr/d_l2loss.jl 100% <100%> (ø) :arrow_up:
src/fit/default.jl 44.44% <100%> (ø) :arrow_up:
src/glr/d_robust.jl 100% <100%> (ø) :arrow_up:
src/loss-penalty/standard.jl 100% <100%> (ø) :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 5c15259...e1c5f3b. Read the comment docs.