Compartir a través de


EnsembleConstants Clase

Define las constantes usadas para las iteraciones de conexión mediante ensemble.

Herencia
builtins.object
EnsembleConstants

Constructor

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__'