Open omsai opened 4 days ago
The fix is replacing the internal coef.cv.glmnet()
function with the coef()
generic function. This fix works for all versions of glmnet 2 through the current 4 version. I think the glmnet authors should not have made that internal function public to begin with. Pull request incoming.
The
protina()
function fails with glmnet >= 3.Rscript to reproduce the fault using the example data from the README:
Output from the R test script: