Skip to content

Commit

Permalink
DOC clarify logisticregression n_jobs param (#8083)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored and jnothman committed Dec 20, 2016
1 parent b7be3bf commit 04087bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sklearn/linear_model/logistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,8 +1056,9 @@ class LogisticRegression(BaseEstimator, LinearClassifierMixin,
*warm_start* to support *lbfgs*, *newton-cg*, *sag* solvers.
n_jobs : int, default: 1
Number of CPU cores used during the cross-validation loop. If given
a value of -1, all cores are used.
Number of CPU cores used when parallelizing over classes
if multi_class='ovr'".
If given a value of -1, all cores are used.
Attributes
----------
Expand Down

0 comments on commit 04087bd

Please sign in to comment.