次の方法で共有


HTSTrainParameters クラス

HTS トレーニング パイプラインのパラメーター。

コンストラクター

HTSTrainParameters(automl_settings: AutoMLConfig | Dict[str, Any], hierarchy_column_names: List[str], training_level: str, enable_engineered_explanations: bool | None = False)

パラメーター

名前 説明
automl_settings
必須
AutoMLConfig または dict

automl 設定または AutoMLConfig オブジェクトを含むディクテーション。

hierarchy_column_names
必須

階層の列名。

training_level
必須
str

HTS トレーニング レベル。

enable_engineered_explanations

スイッチは、エンジニアリングされた説明を制御します。

規定値: False

メソッド

validate

指定されたパラメーターを検証します。

validate

指定されたパラメーターを検証します。

validate(run_invocation_timeout)

パラメーター

名前 説明
run_invocation_timeout
必須
int

各 AutoML 実行のタイムアウトを指定します。