MCPcopy Create free account
hub / github.com/microsoft/fara / __init__

Method __init__

webeval/scripts/webtailbench.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26
27class Callback:
28 def __init__(self):
29 self.scores = []
30
31 def __call__(self, result: EvalResult, mlflow_facade, mlflow_run_id: str):
32 if result.stage == Stage.EVALUATED:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected