Skip to content

Commit

Permalink
Update example plots
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Aug 7, 2024
1 parent 6f81ee7 commit 7012ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_quantile_conformalized.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7012ce6

Please sign in to comment.