Skip to content

Commit 1c1ec8c

Browse files
committed
Fix the predict quantiles docstring
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent 2d4de9a commit 1c1ec8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/ensemble/_forest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ def predict_quantiles(self, X, quantiles=0.5, method="nearest"):
733733
734734
Returns
735735
-------
736-
y : ndarray of shape (n_samples, n_quantiles, [n_output])
736+
y : ndarray of shape (n_samples, n_quantiles, [n_outputs])
737737
The predicted values. The ``n_outputs`` dimension is present only
738738
for multi-output regressors.
739739
"""

0 commit comments

Comments
 (0)