Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/linear_model/logistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ class LogisticRegressionCV(LogisticRegression, BaseEstimator,
a scorer callable object / function with signature
``scorer(estimator, X, y)``. For a list of scoring functions
that can be used, look at :mod:`sklearn.metrics`. The
default scoring option used is accuracy_score.
default scoring option used is 'accuracy'.


solver : {'newton-cg', 'lbfgs', 'liblinear', 'sag'}
Expand Down