Stack Ensemble Settings Response
data class StackEnsembleSettingsResponse(val stackMetaLearnerKWargs: Any? = null, val stackMetaLearnerTrainPercentage: Double? = null, val stackMetaLearnerType: String? = null)
Advances setting to customize StackEnsemble run.
Properties
Link copied to clipboard
Optional parameters to pass to the initializer of the meta-learner.
Link copied to clipboard
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.
Link copied to clipboard
The meta-learner is a model trained on the output of the individual heterogeneous models.