spider
spider copied to clipboard
accuracy and recall functions in evaluation.py have same source code
Both are implemented as:
if count == total:
return 1
return 0