wandb.apis.public.Sweep

View source on GitHub

A set of runs associated with a sweep.

Sweep(
    client, entity, project, sweep_id, attrs={}
)

Examples:

Instantiate with:

api = wandb.Api()
sweep = api.sweep(path/to/sweep)

Attributes

runs

(Runs) list of runs

id

(str) sweep id

project

(str) name of project

config

(str) dictionary of sweep configuration

Methods

best_run

View source

Returns the best run sorted by the metric defined in config or the order passed in

get

View source

Execute a query against the cloud backend

load

View source

snake_to_camel

View source

Class Variables

QUERY

Last updated

Was this helpful?