Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 6, 2024
1 parent 2786931 commit 0bdc756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,8 @@ def predict(
Returns
-------
y_pred : array of shape (n_samples, n_outputs, n_quantiles)
y_pred : array of shape (n_train, n_quantiles) or \
(n_train, n_outputs, n_quantiles)
If quantiles is set to 'mean', then return ``E(Y | X)``. Else, for
all quantiles, return ``y`` at ``q`` for which ``F(Y=y|x) = q``,
where ``q`` is the quantile.
Expand Down

0 comments on commit 0bdc756

Please sign in to comment.