Share via


TabularLimitSettings 클래스

AutoML 테이블 세로에 대한 설정을 제한합니다.

상속
azure.ai.ml.entities._mixins.RestTranslatableMixin
TabularLimitSettings

생성자

TabularLimitSettings(*, enable_early_termination: bool | None = None, exit_score: float | None = None, max_concurrent_trials: int | None = None, max_cores_per_trial: int | None = None, max_nodes: int | None = None, max_trials: int | None = None, timeout_minutes: int | None = None, trial_timeout_minutes: int | None = None)

매개 변수

Name Description
enable_early_termination
필수

점수가 단기간에 개선되지 않는 경우 조기 종료를 사용할지 여부입니다. 기본값은 true입니다.

exit_score
필수

실험의 대상 점수입니다. 이 점수에 도달하면 실험이 종료됩니다.

max_concurrent_trials
필수
int

최대 동시 AutoML 반복 수입니다.

max_cores_per_trial
필수
int

지정된 학습 반복에 사용할 최대 스레드 수입니다.

max_nodes
필수
int

[실험적] 분산 학습에 사용할 최대 노드 수입니다.

  • 예측을 위해 각 모델은 max(2, int(max_nodes/max_concurrent_trials)) 노드를 사용하여 학습됩니다.

  • 분류/회귀의 경우 각 모델은 max_nodes 노드를 사용하여 학습됩니다.

참고- 이 매개 변수는 공개 미리 보기로 제공되며 나중에 변경될 수 있습니다.

max_trials
필수
int

AutoML 반복의 최대 수입니다.

timeout_minutes
필수
int

AutoML 작업 시간 제한.

trial_timeout_minutes
필수
int

AutoML 작업 시간 제한.

키워드 전용 매개 변수

Name Description
enable_early_termination
필수
exit_score
필수
max_concurrent_trials
필수
max_cores_per_trial
필수
max_nodes
필수
max_trials
필수
timeout_minutes
필수
trial_timeout_minutes
필수