Sweep
ある sweep に関連付けられた一連の runs。
Sweep(
    client, entity, project, sweep_id, attrs=None
)
例:
以下を使用してインスタンス化します:
api = wandb.Api()
sweep = api.sweep(path/to/sweep)
| 属性 | |
|---|---|
| runs | ( Runs) 複数の runs のリスト | 
| id | (str) sweep id | 
| project | (str) project の名前 | 
| config | (str) sweep configuration の辞書 | 
| state | (str) sweep の状態 | 
| expected_run_count | (int) sweep の予想される runs の数 | 
メソッド
best_run
best_run(
    order=None
)
設定で定義されたメトリックまたは渡された order によってソートされた最良の run を返します。
display
display(
    height=420, hidden=(False)
) -> bool
このオブジェクトを jupyter に表示します。
get
@classmethod
get(
    client, entity=None, project=None, sid=None, order=None, query=None, **kwargs
)
クラウドバックエンドに対してクエリを実行します。
load
load(
    force: bool = (False)
)
snake_to_camel
snake_to_camel(
    string
)
to_html
to_html(
    height=420, hidden=(False)
)
この sweep を表示する iframe を含む HTML を生成します。
| クラス変数 | |
|---|---|
| LEGACY_QUERY | |
| QUERY |