Stack Ensemble Settings Args
data class StackEnsembleSettingsArgs(val stackMetaLearnerKWargs: Output<Any>? = null, val stackMetaLearnerTrainPercentage: Output<Double>? = null, val stackMetaLearnerType: Output<Either<String, StackMetaLearnerType>>? = null) : ConvertibleToJava<StackEnsembleSettingsArgs>
Advances setting to customize StackEnsemble run.
Constructors
Link copied to clipboard
constructor(stackMetaLearnerKWargs: Output<Any>? = null, stackMetaLearnerTrainPercentage: Output<Double>? = null, stackMetaLearnerType: Output<Either<String, StackMetaLearnerType>>? = null)
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.