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 Dec 15, 2024
1 parent 30059f5 commit 1e9a6f6
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 @@ -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__(
Expand Down

0 comments on commit 1e9a6f6

Please sign in to comment.