Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastMAS/KVCOMM
/ print
Method
print
experiments/accuracy.py:16–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
return
self._num_correct / self._num_total
15
16
def
print(self):
17
accuracy = self.get()
18
logger.opt(colors=True).info(
19
f
"<blue>[ACCURACY]</blue> {accuracy:%} ({self._num_correct}/{self._num_total})"
20
)
Callers
1
evaluate
Function · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected