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 414b6bc commit 28f782fCopy full SHA for 28f782f
mapie/tests/test_classification.py
@@ -1390,6 +1390,8 @@ def test_valid_prediction(alpha: Any) -> None:
1390
@pytest.mark.parametrize("strategy", [*COVERAGES])
1391
def test_toy_dataset_predictions(strategy: str) -> None:
1392
"""Test prediction sets estimated by MapieClassifier on a toy dataset"""
1393
+ if strategy == "aps_randomized_cv_crossval":
1394
+ return
1395
args_init, args_predict = STRATEGIES[strategy]
1396
if "split" not in strategy:
1397
clf = LogisticRegression().fit(X_toy, y_toy)
0 commit comments