8000 DOC Updated documentation for scoring parameter (#8346) · lemonlaug/scikit-learn@a205687 · GitHub
[go: up one dir, main page]

Skip to content

Commit a205687

Browse files
vivekk0903Isaac Laughlin
authored andcommitted
DOC Updated documentation for scoring parameter (scikit-learn#8346)
Updated documentation for scoring parameter of LogisticRegressionCV to make it consistent with GridSearchCV documentation. Fixes scikit-learn#8333
1 parent 507759f commit a205687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/logistic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ class LogisticRegressionCV(LogisticRegression, BaseEstimator,
13771377
a scorer callable object / function with signature
13781378
``scorer(estimator, X, y)``. For a list of scoring functions
13791379
that can be used, look at :mod:`sklearn.metrics`. The
1380-
default scoring option used is accuracy_score.
1380+
default scoring option used is 'accuracy'.
13811381
13821382
13831383
solver : {'newton-cg', 'lbfgs', 'liblinear', 'sag'}

0 commit comments

Comments
 (0)
0