MCPcopy 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

evaluateFunction · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected