SuiteResult.to_wandb#

SuiteResult.to_wandb(dedicated_run: Optional[bool] = None, **kwargs)[source]#

Send suite result to wandb.

Parameters
dedicated_runbool

whether to create a separate wandb run or not (deprecated parameter, does not have any effect anymore)

kwargs: Keyword arguments to pass to wandb.init.

Default project name is deepchecks. Default config is the suite name.