We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c1a25 commit eb7ad23Copy full SHA for eb7ad23
mapie/tests/test_classification.py
@@ -1833,7 +1833,7 @@ def test_regularize_conf_scores_shape(k_lambda) -> None:
1833
Test that the conformity scores have the correct shape.
1834
"""
1835
lambda_, k = k_lambda[0], k_lambda[1]
1836
- args_init, _ = STRATEGIES["raps"]
+ args_init, _ = LARGE_STRATEGIES["raps"]
1837
clf = LogisticRegression().fit(X, y)
1838
mapie_clf = MapieClassifier(estimator=clf, **args_init)
1839
conf_scores = np.random.rand(100, 1)
0 commit comments