import wandb api = wandb.Api() run = api.run("<ENTITY>/<PROJECT>/<RUN_ID>") run.group = "NEW-GROUP-NAME" run.update()
Was this page helpful?