From 2381f68827040260d894d55f48cda3beda2a9394 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Sun, 1 Sep 2024 16:51:56 -0700 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 3b91ed7..07713a0 100755 --- a/quantile_forest/_quantile_forest.py +++ b/quantile_forest/_quantile_forest.py @@ -202,8 +202,8 @@ def fit(self, X, y, sample_weight=None, sparse_pickle=False): return self + @staticmethod def _map_indices_to_leaves( - self, bootstrap_indices, X_leaves_bootstrap, sample_weight,