MCPcopy Create free account
hub / github.com/arcee-ai/DistillKit / __str__

Method __str__

test_compression.py:36–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 )
35
36 def __str__(self):
37 return (
38 f"mean: {self.mean:.4e}, "
39 f"std: {self.std:.4e}, "
40 f"max: {self.max:.4e}, "
41 f"min: {self.min:.4e}"
42 )
43
44
45class CompressionEvalResult(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected