Skip to content
Snippets Groups Projects
Commit 1bae4315 authored by Andreas Mueller's avatar Andreas Mueller
Browse files

DOC fixed whitespace in GridSearchCV doc string so that html doc is generated correctly.

parent fca7dda5
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,8 @@ class GridSearchCV(BaseEstimator):
which gave highest score (or smallest loss if specified)
on the left out data.
`best_score` : score of best_estimator on the left out data.
`best_score` : float
score of best_estimator on the left out data.
Notes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment