StackEnsembleSettings interface
Advances setting to customize StackEnsemble run.
Properties
stack |
Optional parameters to pass to the initializer of the meta-learner. |
stack |
Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. |
stack |
The meta-learner is a model trained on the output of the individual heterogeneous models. |
Property Details
stackMetaLearnerKWargs
Optional parameters to pass to the initializer of the meta-learner.
stackMetaLearnerKWargs?: Record<string, unknown>
Property Value
Record<string, unknown>
stackMetaLearnerTrainPercentage
Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2.
stackMetaLearnerTrainPercentage?: number
Property Value
number
stackMetaLearnerType
The meta-learner is a model trained on the output of the individual heterogeneous models.
stackMetaLearnerType?: string
Property Value
string