Hello Luca,

This was a problem that even I had noticed quite recently. It does seem
that the normalize option does not scale the input data to unit variance
(or) standard deviation. For some reason the data is scaled to square root
of n_samples.

Attempts were made to rectify this but there were too many test failures.
Please see this Pull Request.

https://github.com/scikit-learn/scikit-learn/pull/3005 and this discussion.

https://github.com/scikit-learn/scikit-learn/pull/3004#issuecomment-38571249



On Sat, Jun 7, 2014 at 8:16 PM, Luca Puggini <lucapug...@gmail.com> wrote:

> I am having a problem with the Lasso function in sklearn.
> I have posted the question on this forum
>
>
> http://stackoverflow.com/questions/24098212/what-does-the-option-normalize-true-in-lasso-sklearn-do
>
> can someone help me?
> Thanks!
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>


-- 
Regards,
Manoj Kumar,
GSoC 2014, Scikit-learn
Mech Undergrad
http://manojbits.wordpress.com
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to