From db078dc7888e07dbf9941795640edbd83abe99b3 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Thu, 5 Sep 2024 02:02:46 -0700 Subject: [PATCH] Fix docstring --- quantile_forest/_quantile_forest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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