JuliaStats / Lasso.jl

Lasso/Elastic Net linear and generalized linear models
Other
143 stars 31 forks source link

Feature requests #39

Open azev77 opened 4 years ago

azev77 commented 4 years ago
  1. Is there any chance your package can work w/ Regression Tables by @jmboehm?
  2. Glmnet now includes Relaxed Lasso, which is known to have nice properties. It would be awesome if your package included Relaxed Lasso :)

I can play a role as well.

More generally the Julia ecosystem would be a much better place if there was a way to coordinate all penalized linear models into one package including: SubsetSelection (paper) by @jeanpauphilet & co. MIP-Boost forthcoming Global Search Regression

AsafManela commented 4 years ago

Both are good ideas. PRs welcome.