kd.kdash.BuildContext#
- class kauldron.utils.kdash.BuildContext(
- *,
- collection_path_prefix: str = None,
- sweep_argnames: list[str] = None,
Bases:
objectContext for building the dashboard.
- collection_path_prefix
The /datatable/users/ldap, /s2/xid/1234,… to use. If None, is auto-computed.
- Type:
str
- sweep_argnames
Sweep arguments from the experiment. Plots uses heuristics for example to average plots over seeds. If None, is auto-computed.
- Type:
list[str]
- collection_path_prefix: str = None
- sweep_argnames: list[str] = None
- property id: str
ID of the dashboard, can be used in the dashboard title.