fix
Browse files
mrr.py
CHANGED
|
@@ -74,7 +74,7 @@ class map(evaluate.Metric):
|
|
| 74 |
features=datasets.Features({
|
| 75 |
'predictions': datasets.Value("string"),
|
| 76 |
'references': datasets.Value("string"),
|
| 77 |
-
'k': datasets.Value("
|
| 78 |
}),
|
| 79 |
# Homepage of the module for documentation
|
| 80 |
reference_urls=["https://amenra.github.io/ranx/"]
|
|
|
|
| 74 |
features=datasets.Features({
|
| 75 |
'predictions': datasets.Value("string"),
|
| 76 |
'references': datasets.Value("string"),
|
| 77 |
+
'k': datasets.Value("int32")
|
| 78 |
}),
|
| 79 |
# Homepage of the module for documentation
|
| 80 |
reference_urls=["https://amenra.github.io/ranx/"]
|