L1 regularization implementation #618
-
Hello! My application requires for L1 and I've been trying to implement at least the simplest case of L1 regularization for LinearRegression from #76 , but to no effect. As far as I can tell, the main stuff happens at I'm good with any quick hack to implement the L1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @ColdTeapot273K! Have you tried to reproduce the L1 cumulative and the Truncated gradient techniques discussed here in #76 (cf. implementation)? If yes, I would say it's probably just a matter of hyper-parameter tuning, try playing with |
Beta Was this translation helpful? Give feedback.
Hi @ColdTeapot273K! Have you tried to reproduce the L1 cumulative and the Truncated gradient techniques discussed here in #76 (cf. implementation)? If yes, I would say it's probably just a matter of hyper-parameter tuning, try playing with
λ
,K
, andθ