diff --git a/quantile_forest/_quantile_forest.py b/quantile_forest/_quantile_forest.py index 208b279..4fa1f71 100755 --- a/quantile_forest/_quantile_forest.py +++ b/quantile_forest/_quantile_forest.py @@ -652,7 +652,7 @@ def predict( .. note:: When `max_samples_leaf=1`, the specific interpolation options will depend on those available in the NumPy - `percentile` and `nanpercentile` methods. + `quantile` and `nanquantile` methods. weighted_quantile : bool, default=True Calculate a weighted quantile. Weighted quantiles are computed by