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
)

config で定義されたメトリックまたは渡された順序でソートされた最適な 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