CheckResult.to_wandb#

CheckResult.to_wandb(dedicated_run: bool = True, **kwargs: Any)[source]#

Export check result to wandb.

Parameters
dedicated_runbool , default: None

If to initiate and finish a new wandb run. If None it will be dedicated if wandb.run is None.

kwargs: Keyword arguments to pass to wandb.init.

Default project name is deepchecks. Default config is the check metadata (params, train/test/ name etc.).