8000 COSMIT remove trailing whitespaces · scikit-learn/scikit-learn@d6e389c · GitHub
[go: up one dir, main page]

Skip to content

Commit d6e389c

Browse files
committed
COSMIT remove trailing whitespaces
1 parent f535840 commit d6e389c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/multiclass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def fit(self, X, y):
511511

512512
def predict(self, X):
513513
"""Estimate the best class label for each sample in X.
514-
514+
515515
This is implemented as ``argmax(decision_function(X), axis=1)`` which
516516
will return the label of the class with most votes by estimators
517517
predicting the outcome of a decision for each possible class pair.
@@ -532,7 +532,7 @@ def predict(self, X):
532532
def decision_function(self, X):
533533
"""Decision function for the OneVsOneClassifier.
534534
535-
The decision values for the samples are computed by adding the
535+
The decision values for the samples are computed by adding the
536536
normalized sum of pair-wise classification confidence levels to the
537537
votes in order to disambiguate between the decision values when the
538538
votes for all the classes are equal leading to a tie.

0 commit comments

Comments
 (0)
0