Spaces:
Running
Running
Update Space (evaluate main: a45df1eb)
Browse files- mcnemar.py +2 -2
mcnemar.py
CHANGED
@@ -61,9 +61,9 @@ _CITATION = """
|
|
61 |
|
62 |
|
63 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
64 |
-
class McNemar(evaluate.
|
65 |
def _info(self):
|
66 |
-
return evaluate.
|
67 |
module_type="comparison",
|
68 |
description=_DESCRIPTION,
|
69 |
citation=_CITATION,
|
|
|
61 |
|
62 |
|
63 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
64 |
+
class McNemar(evaluate.Comparison):
|
65 |
def _info(self):
|
66 |
+
return evaluate.ComparisonInfo(
|
67 |
module_type="comparison",
|
68 |
description=_DESCRIPTION,
|
69 |
citation=_CITATION,
|