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

Method _save_plot

codeclash/analysis/metrics/elo.py:1024–1029  ·  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

1022 regularization: float = 0.01,
1023 output_dir: Path | None = None,
1024 games: list[str] | None = None,
1025 ):
1026 self.log_dir = log_dir
1027 self.max_rounds = max_rounds
1028 self.all_games_normalization_scheme = all_games_normalization_scheme
1029 self.score_type = score_type
1030 self.regularization = regularization
1031 self.output_dir = output_dir
1032 self.games = games

Callers 1

_plot_resultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected