We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa251cd commit 12c44b7Copy full SHA for 12c44b7
sklearn/ensemble/forest.py
@@ -513,7 +513,8 @@ def predict_log_proba(self, X):
513
"""Predict class log-probabilities for X.
514
515
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.
+ the log of mean predicted class probabilities of the trees in the
517
+ forest.
518
519
Parameters
520
----------
0 commit comments