Compartilhar via


EnsembleConstants Classe

Define as constantes usadas para iterações de Ensemble.

Herança
builtins.object
EnsembleConstants

Construtor

EnsembleConstants()

Atributos

DEFAULT_TRAIN_PERCENTAGE_FOR_STACK_META_LEARNER

DEFAULT_TRAIN_PERCENTAGE_FOR_STACK_META_LEARNER = 0.2

ENSEMBLE_PIPELINE_IDS

ENSEMBLE_PIPELINE_IDS = ['__AutoML_Ensemble__', '__AutoML_Stack_Ensemble__']

STACK_ENSEMBLE_PIPELINE_ID

STACK_ENSEMBLE_PIPELINE_ID = '__AutoML_Stack_Ensemble__'

VOTING_ENSEMBLE_PIPELINE_ID

VOTING_ENSEMBLE_PIPELINE_ID = '__AutoML_Ensemble__'