GLMNet.jl
GLMNet.jl copied to clipboard
Added functions (at tests) for looking up best lambda and lambda corr…
…esponding to smallest model with cv.meanloss within 1 standard error of the minimum. I used these functions in the show method for a cross validation run.
The vignette and plot for the R version of glmnet make use of a lambda value corresponding to the smallest model with a mean error within 1 standard error of the minimum mean error. When this lambda corresponds to one or more nonzero betas, our group takes this as some indication of a "significant" glmnet result.