EmilHvitfeldt / ISLR-tidymodels-labs

https://emilhvitfeldt.github.io/ISLR-tidymodels-labs/index.html
169 stars 70 forks source link

Show that regularization methods can be used with logistic_reg() as well #4

Open EmilHvitfeldt opened 3 years ago

jrosell commented 1 year ago

I think you can close this issue. Lasso and ridge are already there.

EmilHvitfeldt commented 1 year ago

true, but they are only shown using linear_reg(), I want to point out that it isn't a regression-only technique