MCPcopy Create free account
hub / github.com/twitter/the-algorithm-ml / reset

Method reset

metrics/rce.py:275–280  ·  view source on GitHub ↗

Reset the metric to its initial state.

(self)

Source from the content-addressed store, hash-verified

273 )
274
275 def reset(self):
276 """
277 Reset the metric to its initial state.
278 """
279 super().reset()
280 self.mean_prediction.reset()

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected