Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastMAS/KVCOMM
/ get
Method
get
experiments/accuracy.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
self._num_total += 1
12
13
def
get(self) -> float:
14
return
self._num_correct / self._num_total
15
16
def
print(self):
17
accuracy = self.get()
Callers
6
evaluate
Function · 0.95
print
Method · 0.95
main
Function · 0.45
_write_per_agent_latency
Function · 0.45
main
Function · 0.45
download
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected