PatientLevelPrediction icon indicating copy to clipboard operation
PatientLevelPrediction copied to clipboard

Adding Logistic Regression with enet

Open jreps opened this issue 4 years ago • 2 comments

The PatientLevelPrediction package updates make it easy to add R classifies into the package. It would be useful to add Logistic Regression with enet into the package.

jreps avatar Mar 18 '22 18:03 jreps

Elastic net (which combines the ridge and lasso) in glmnet package will be a great option for PLP.

ChungsooKim avatar Mar 14 '23 06:03 ChungsooKim