Skip to content

Commit

Permalink
DOC fix inconsistency with current implementation (#9946)
Browse files Browse the repository at this point in the history
  • Loading branch information
didibz authored and jnothman committed Oct 17, 2017
1 parent 7bcf5a1 commit 5f1bbf8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sklearn/multioutput.py
Expand Up @@ -543,11 +543,6 @@ def predict(self, X):
def predict_proba(self, X):
"""Predict probability estimates.
By default the inputs to later models in a chain is the binary class
predictions not the class probabilities. To use class probabilities
as features in subsequent models set the cv property to be one of
the allowed values other than None.
Parameters
----------
X : {array-like, sparse matrix}, shape (n_samples, n_features)
Expand Down

0 comments on commit 5f1bbf8

Please sign in to comment.