JuliaStats / GLMNet.jl

Julia wrapper for fitting Lasso/ElasticNet GLM models using glmnet
Other
95 stars 35 forks source link

Save losses from each fold in the final CV path #61

Closed JackDunnNZ closed 3 years ago

JackDunnNZ commented 3 years ago

This gives the ability for downstream users to determine the best fit on the path using whichever metric they want, rather than arbitrarily limiting to just mean and std

codecov-commenter commented 3 years ago

Codecov Report

Merging #61 (12f88e2) into master (bc737cf) will increase coverage by 0.35%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   92.85%   93.21%   +0.35%     
==========================================
  Files           3        3              
  Lines         434      457      +23     
==========================================
+ Hits          403      426      +23     
  Misses         31       31              
Impacted Files Coverage Δ
src/GLMNet.jl 94.79% <100.00%> (+0.39%) :arrow_up:
src/Multinomial.jl 93.00% <0.00%> (+0.14%) :arrow_up:
src/CoxNet.jl 88.63% <0.00%> (+0.26%) :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 bc737cf...12f88e2. Read the comment docs.