Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ save_cache
Function
save_cache
evaluation/test-suite-sql-eval/evaluate_classical.py:95–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
94
# dump the cache
95
def
save_cache():
96
pkl.dump(dict(cache), open(cache_path,
'wb'
))
97
98
99
def
main(preds: List[str], gold_file: str =
"classical_test.pkl"
, verbose: bool = True,
Callers
1
evaluate_classical.py
File · 0.85
Calls
1
dump
Method · 0.80
Tested by
no test coverage detected