StackEnsembleSettingsResponse

data class StackEnsembleSettingsResponse(val stackMetaLearnerKWargs: Any? = null, val stackMetaLearnerTrainPercentage: Double? = null, val stackMetaLearnerType: String? = null)

Advances setting to customize StackEnsemble run.

Constructors

Link copied to clipboard
constructor(stackMetaLearnerKWargs: Any? = null, stackMetaLearnerTrainPercentage: Double? = null, stackMetaLearnerType: String? = null)

Types

Link copied to clipboard
object Companion

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.