You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Improvements
Updated selected code examples to use rule = "lambda.min" where glmnet 5.0 could otherwise select a null Cox model with rule = "lambda.1se" (#24).
Added a cox.ties argument to glmnet-based Cox model fitting helpers, including fit_lasso(), and forwarded it to the underlying cv.glmnet() and glmnet() calls. The default remains "breslow" to lock in current behavior and silence the glmnet tie-handling migration warning, while "efron" is available for users who want to opt in (#25).