Save plot in both PDF and PNG formats.
(output_dir: Path, filename_base: str)
| 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 |
no outgoing calls
no test coverage detected