Skip to content

Commit 12c44b7

Browse files
committed
DOC: docstring for predict_log_proba was wrong
1 parent aa251cd commit 12c44b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sklearn/ensemble/forest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@ def predict_log_proba(self, X):
513513
"""Predict class log-probabilities for X.
514514
515515
The predicted class log-probabilities of an input sample is computed as
516-
the mean predicted class log-probabilities of the trees in the forest.
516+
the log of mean predicted class probabilities of the trees in the
517+
forest.
517518
518519
Parameters
519520
----------

0 commit comments

Comments
 (0)