JuliaStats / GLMNet.jl

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

Fix undefined variable #51

Closed JackDunnNZ closed 3 years ago

JackDunnNZ commented 3 years ago

Fixes https://github.com/JuliaStats/GLMNet.jl/issues/11

codecov-io commented 3 years ago

Codecov Report

Merging #51 (f6dae33) into master (65d8955) will not change coverage. The diff coverage is 33.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   83.33%   83.33%           
=======================================
  Files           1        1           
  Lines         240      240           
=======================================
  Hits          200      200           
  Misses         40       40           
Impacted Files Coverage Δ
src/GLMNet.jl 83.33% <33.33%> (ø)

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 65d8955...f6dae33. Read the comment docs.