Skip to content

Commit

Permalink
Update _quantile_forest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 1, 2024
1 parent c07e5e5 commit 2381f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2381f68

Please sign in to comment.