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
That would be a nice feature. I'd accept a pull request :-)
I will note, however, that I've had success [1] using strategy called "debiasing" in the structure learning world:
Step 1: Train with just L1 to identify what features should be nonzero (i.e., L1 for feature selection).
Step 2: Train with just L2 with the feature selected by step 1.
Have a look at the discussion in section "Sparseptron and Debiasing" of Martins et. al 2011 [2]. I am also a very big fan of the budget-driven shrinkage trick [2].
Hi,
Thank you for this great project. Do you think about implementing Elastic net regularization ( L1 + L2)?
For some projects that requires feature selection this is an awesome regularization.
The text was updated successfully, but these errors were encountered: