MCPcopy Create free account
hub / github.com/codefuse-ai/codefuse-devops-eval / eval_metric

Method eval_metric

src/evals/base_evalution.py:40–42  ·  view source on GitHub ↗

calc custom metric

(self, datas)

Source from the content-addressed store, hash-verified

38 return self.model.generate(prompt, generate_configs)
39
40 def eval_metric(self, datas):
41 '''calc custom metric'''
42 pass
43

Callers 1

calcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected