@@ -68,7 +68,7 @@ def get_predictions(
6868
6969 alpha_np: NDArray of shape (n_alpha,)
7070 NDArray of floats between ``0`` and ``1``, represents the
71- uncertainty of the confidence interval .
71+ uncertainty of the confidence set .
7272
7373 estimator: EnsembleClassifier
7474 Estimator that is fitted to predict y from X.
@@ -99,7 +99,7 @@ def get_conformity_score_quantiles(
9999
100100 alpha_np: NDArray of shape (n_alpha,)
101101 NDArray of floats between 0 and 1, representing the uncertainty
102- of the confidence interval .
102+ of the confidence set .
103103
104104 estimator: EnsembleClassifier
105105 Estimator that is fitted to predict y from X.
@@ -135,7 +135,7 @@ def get_prediction_sets(
135135
136136 alpha_np: NDArray of shape (n_alpha,)
137137 NDArray of floats between 0 and 1, representing the uncertainty
138- of the confidence interval .
138+ of the confidence set .
139139
140140 estimator: EnsembleClassifier
141141 Estimator that is fitted to predict y from X.
@@ -165,7 +165,7 @@ def get_sets(
165165
166166 alpha_np: NDArray of shape (n_alpha,)
167167 NDArray of floats between 0 and 1, representing the uncertainty
168- of the confidence interval .
168+ of the confidence set .
169169
170170 estimator: EnsembleClassifier
171171 Estimator that is fitted to predict y from X.
0 commit comments