Closed pgervais closed 11 years ago
Confirmed. @GaelVaroquaux knows this part of the code well.
It breaks when np.logspace
is called with an array n_alphas
as the third parameter, because logspace
expects a scalar.
I should have said that I read the code and I know how to fix these problems. I'm planning to do that during the sprint next week in Paris.
Ok, great! :)
Little correction: using KFold with n_folds=5 does not break GraphLassoCV, but all folds are not explored during the compuration (only 3 folds used in any case).
was that fixed in #2183 ?
Yes. This issue can be closed.
thanks :)
The two last lines of this sample break with scikit-learn dev:
Namely, using a list of values for
alphas
as advertized in the documentation does not work, and using a cross-validation object with more than three folds breaks as well.