From 1e9a6f6e7e9cfdad2c4dc03c302f955e8805399b Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Sun, 15 Dec 2024 01:01:34 -0800 Subject: [PATCH] Update _quantile_forest.py --- 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 c9f25bd..cf59940 100755 --- a/quantile_forest/_quantile_forest.py +++ b/quantile_forest/_quantile_forest.py @@ -1301,7 +1301,7 @@ class RandomForestQuantileRegressor(BaseForestQuantileRegressor): >>> qrf.fit(X[:1000], y[:1000]) RandomForestQuantileRegressor(random_state=0) >>> qrf.score(X, y, quantiles=0.5) - 0.359... + 0.35... """ def __init__(