Skip to content

Commit

Permalink
Relax doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed May 14, 2024
1 parent 09c4f06 commit 92ce01b
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 @@ -1456,7 +1456,7 @@ class ExtraTreesQuantileRegressor(BaseForestQuantileRegressor):
>>> qrf.fit(X[:1000], y[:1000])
ExtraTreesQuantileRegressor(random_state=0)
>>> qrf.score(X, y, quantiles=0.5)
0.335...
0.3...
"""

def __init__(
Expand Down

0 comments on commit 92ce01b

Please sign in to comment.