メインコンテンツへスキップ

View the source code

スイープに関連付けられた一連の runs。
Sweep(
    client, entity, project, sweep_id, attrs=None
)

例:

次のようにインスタンス化します:
api = wandb.Api()
sweep = api.sweep(path / to / sweep)
属性Description
runs(Runs) run のリスト
id(str) スイープの id
project(str) プロジェクトの名前
config(str) スイープ設定の辞書
state(str) スイープの状態
expected_run_count(int) スイープの予想される run の数

メソッド

best_run

ソースを表示
best_run(
    order=None
)
設定で定義されたメトリックまたは渡された順序でソートされた最良の 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)
)
このスイープを表示する iframe を含む HTML を生成します。
クラス変数Description
LEGACY_QUERY
QUERY
I