Spaces:
Sleeping
Sleeping
DoctorSlimm
commited on
Commit
•
c55514d
1
Parent(s):
4b29cfb
save
Browse files- kaushiks_criteria.py +1 -1
kaushiks_criteria.py
CHANGED
@@ -139,7 +139,7 @@ class kaushiks_criteria(evaluate.Metric):
|
|
139 |
'row_counts': ''.join(row_counts)
|
140 |
}
|
141 |
|
142 |
-
def _compute(self, predictions, references):
|
143 |
"""
|
144 |
compute the quality of the output format with respect to the reference format
|
145 |
* column names match
|
|
|
139 |
'row_counts': ''.join(row_counts)
|
140 |
}
|
141 |
|
142 |
+
def _compute(self, predictions, references, num_proc=None):
|
143 |
"""
|
144 |
compute the quality of the output format with respect to the reference format
|
145 |
* column names match
|