From 7012ce62076d223413b337de26443de3b72080b6 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Tue, 6 Aug 2024 18:57:42 -0700 Subject: [PATCH] Update example plots --- examples/plot_quantile_conformalized.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_quantile_conformalized.py b/examples/plot_quantile_conformalized.py index 5bc2f1f..b7d3920 100755 --- a/examples/plot_quantile_conformalized.py +++ b/examples/plot_quantile_conformalized.py @@ -158,7 +158,7 @@ def cqr_strategy(alpha, X_train, X_test, y_train, y_test, random_state=None): def plot_prediction_intervals(df, domain): # Slider for varying the target coverage level. - slider = alt.binding_range(min=0, max=1, step=0.1, name="Coverage: ") + slider = alt.binding_range(min=0, max=1, step=0.1, name="Coverage Target: ") cov_selection = alt.param(value=0.9, bind=slider, name="coverage") cov_tol = 0.01