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 c81974f commit f2db5eeCopy full SHA for f2db5ee
mapie/tests/test_classification.py
@@ -26,7 +26,7 @@
26
from mapie.metrics import classification_coverage_score
27
from mapie.utils import check_alpha
28
29
-random_state = 42
+random_state = 43
30
31
METHODS = ["lac", "aps", "raps"]
32
WRONG_METHODS = ["scores", "cumulated", "test", "", 1, 2.5, (1, 2)]
0 commit comments