Re: [Scikit-learn-general] unused variable in random lasso

2014-04-11 Thread Alexandre Gramfort
it is used in the get_support method. https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/linear_model/randomized_l1.py#L121 A -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Inte

[Scikit-learn-general] unused variable in random lasso

2014-04-11 Thread Luca Puggini
Hi, this is my first post so I hope I am using the mail list correctly. I was wondering about the variable* selection_threshold: float, optional*: in RandomLasso. http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.RandomizedLasso.html I think that this variable is actually nev