Skip to content

Commit 3b095fe

Browse files
author
Thibault Cordier
committed
FIX: doc build too slow
1 parent f8268cc commit 3b095fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/regression/2-advanced-analysis/plot_coverage_validity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ def run_get_coverage_split(model, params, n_calib, data, target, delta):
442442
# It can be noted that all methods follow this trajectory and continue to
443443
# achieve coverage validity.
444444

445-
num_splits = 500
445+
num_splits = 100
446446

447-
nc_min, nc_max = 10, 50
447+
nc_min, nc_max = 10, 30
448448
n_calib_array = np.arange(nc_min, nc_max+1, 2)
449449
delta = 0.8
450450
delta_array = [delta]

0 commit comments

Comments
 (0)