MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / _save_plot

Method _save_plot

codeclash/analysis/metrics/elo.py:738–743  ·  view source on GitHub ↗

Save plot in both PDF and PNG formats.

(output_dir: Path, filename_base: str)

Source from the content-addressed store, hash-verified

736 topks: list[int] | None = None,
737 bootstrap_type: Literal["nonparametric", "parametric"] = "nonparametric",
738 output_dir: Path | None = None,
739 ):
740 self.builder = builder
741 self.n_bootstrap = n_bootstrap
742 self.game = game
743 self.regularization = regularization
744 self.topks = topks
745 self.bootstrap_type = bootstrap_type
746 self.output_dir = output_dir

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected