-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
String to array comparison in RandomizedLasso #5725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
[I don't tag this for the release because I want to release at some point] |
grrr
should just be
if isinstance(alpha, six.string_types) and alpha in ('aic', 'bic')
?
|
yeah, but I thought it might be worth checking coverage. |
We will take a stab at this one at the code sprint (11-16-2015) |
also see #5413 (amueller) |
ogrisel
pushed a commit
that referenced
this issue
Jan 27, 2016
…h will fail in future versions of numpy)
TomDLT
pushed a commit
to TomDLT/scikit-learn
that referenced
this issue
Oct 3, 2016
…string, which will fail in future versions of numpy)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/linear_model/randomized_l1.py#L333
This popped up in the examples, but not in the tests as far as I can tell. Which probably means it is not covered in the tests.
ping @agramfort ;)
The text was updated successfully, but these errors were encountered: