メインコンテンツまでスキップ

スイープ

GitHubでソースを表示

スイープに関連する一連のruns。

Sweep(
client, entity, project, sweep_id, attrs=None
)

例:

次のようにインスタンス化します:

api = wandb.Api()
sweep = api.sweep(path/to/sweep)
属性
runs(Runs) ランのリスト
id(str) スイープID
project(str) プロジェクト名
config(str) スイープ構成の辞書
state(str) スイープの状態
expected_run_count(int) スイープの予想ラン数

メソッド

best_run

ソースを表示

best_run(
order=None
)

設定で定義されたメトリックまたは入力された順序で、最適なランを返します。

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を生成します。

クラス変数
LEGACY_QUERY
QUERY
Was this page helpful?👍👎