Skip to content

Commit

Permalink
Update example plots
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Jul 31, 2024
1 parent 4e8ae27 commit c61cab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_quantile_vs_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
y = skewnorm_rv.rvs(n_samples)
X = rng.randn(n_samples, 2) * y.reshape(-1, 1)

quantiles = list(np.arange(101) / 100)
quantiles = list(np.arange(21) * 5 / 100)

regr_rf = RandomForestRegressor(n_estimators=10, random_state=0)
regr_qrf = RandomForestQuantileRegressor(n_estimators=10, random_state=0)
Expand Down

0 comments on commit c61cab6

Please sign in to comment.