Econometrics.jl icon indicating copy to clipboard operation
Econometrics.jl copied to clipboard

Feature request: regularized multinomial logistic regression

Open DilumAluthge opened this issue 4 years ago • 0 comments

Currently, Econometrics.jl allows the user to fit unregularized multinomial logistic models.

It would be great to also have support for regularized multinomial logistic models, specifically:

  • Lasso (L1)
  • Ridge (L2)
  • Elastic net (combination of lasso and ridge)

cc: @Nosferican

DilumAluthge avatar Jun 02 '20 07:06 DilumAluthge