ray.tune.JupyterNotebookReporter.add_parameter_column#
- JupyterNotebookReporter.add_parameter_column(parameter: str, representation: str | None = None)#
Adds a parameter to the existing columns.
- Parameters:
parameter – Parameter to add. This must be a parameter specified in the configuration.
representation – Representation to use in table. Defaults to
parameter
.