Skip to content
Snippets Groups Projects
Commit a8b51104 authored by Mathieu Blondel's avatar Mathieu Blondel
Browse files

Fix doctest failure.

parent 8a6fe206
No related branches found
No related tags found
No related merge requests found
......@@ -198,8 +198,8 @@ automatically by cross-validation::
n_alphas=100, normalize=False, precompute='auto', tol=0.0001,
verbose=False)
>>> # The estimator chose automatically its lambda:
>>> lasso.alpha
0.013180196198701137
>>> lasso.alpha # doctest: +ELLIPSIS
0.01318...
These estimators are called similarly to their counterparts, with 'CV'
appended to their name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment