8000 DOC fix inconsistency with current implementation (#9946) · scikit-learn/scikit-learn@3111b8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3111b8e

Browse files
didibzjnothman
authored andcommitted
DOC fix inconsistency with current implementation (#9946)
1 parent 0c6483c commit 3111b8e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sklearn/multioutput.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,6 @@ def predict(self, X):
543543
def predict_proba(self, X):
544544
"""Predict probability estimates.
545545
546-
By default the inputs to later models in a chain is the binary class
547-
predictions not the class probabilities. To use class probabilities
548-
as features in subsequent models set the cv property to be one of
549-
the allowed values other than None.
550-
551546
Parameters
552547
----------
553548
X : {array-like, sparse matrix}, shape (n_samples, n_features)

0 commit comments

Comments
 (0)
0