On Mon, Jan 13, 2014 at 5:09 PM, florian.wilh...@gmail.com <
florian.wilh...@gmail.com> wrote:

>
> So setting epsilon=0 and C to a large value should result in a
> regression in the L1 norm with almost no regularization of w, right?.
> One thing that just crossed my mind. Would it be possible in a linear
> SVR setting to let the norm(w) term [in the primal objective funtion]
> be in the L1 norm in order to get some sparsity like in Lasso?
>

That's definitely possible. If your dataset is not too large, you can
formulate the objective as a linear program (LP) and use an LP solver to
find the solution.

Mathieu
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to