(self)
| 26 | |
| 27 | class 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: |
nothing calls this directly
no outgoing calls
no test coverage detected