Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ accuracy
Function
accuracy
evaluation/test-suite-sql-eval/evaluation.py:84–87 ·
view source on GitHub ↗
(count, total)
Source
from the content-addressed store, hash-verified
82
83
84
def
accuracy(count, total):
85
if
count == total:
86
return
1
87
return
0
88
89
90
def
recall(count, total):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected