public class StackedEnsembleParametersV99 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
KeyV3[] |
baseModels
List of models or grids (or their ids) to ensemble/stack together.
|
FrameKeyV3 |
blendingFrame
Frame used to compute the predictions that serve as the training frame for the metalearner (triggers blending
mode if provided)
|
boolean |
keepLeveloneFrame
Keep level one frame used for metalearner training.
|
EnsembleMetalearnerAlgorithm |
metalearnerAlgorithm
Type of algorithm to use as the metalearner.
|
ModelParametersFoldAssignmentScheme |
metalearnerFoldAssignment
Cross-validation fold assignment scheme for metalearner cross-validation.
|
ColSpecifierV3 |
metalearnerFoldColumn
Column with cross-validation fold index assignment per observation for cross-validation of the metalearner.
|
int |
metalearnerNfolds
Number of folds for K-fold cross-validation of the metalearner algorithm (0 to disable or >= 2).
|
java.lang.String |
metalearnerParams
Parameters for metalearner algorithm
|
long |
scoreTrainingSamples
Specify the number of training set samples for scoring.
|
long |
seed
Seed for random numbers; passed through to the metalearner algorithm.
|
aucType, categoricalEncoding, checkpoint, customDistributionFunc, customMetricFunc, distribution, exportCheckpointsDir, foldAssignment, foldColumn, gainsliftBins, huberAlpha, ignoreConstCols, ignoredColumns, keepCrossValidationFoldAssignment, keepCrossValidationModels, keepCrossValidationPredictions, maxCategoricalLevels, maxRuntimeSecs, modelId, nfolds, offsetColumn, parallelizeCrossValidation, quantileAlpha, responseColumn, scoreEachIteration, stoppingMetric, stoppingRounds, stoppingTolerance, trainingFrame, tweediePower, validationFrame, weightsColumn| Constructor and Description |
|---|
StackedEnsembleParametersV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="base_models") public KeyV3[] baseModels
@SerializedName(value="metalearner_algorithm") public EnsembleMetalearnerAlgorithm metalearnerAlgorithm
@SerializedName(value="metalearner_nfolds") public int metalearnerNfolds
@SerializedName(value="metalearner_fold_assignment") public ModelParametersFoldAssignmentScheme metalearnerFoldAssignment
@SerializedName(value="metalearner_fold_column") public ColSpecifierV3 metalearnerFoldColumn
@SerializedName(value="keep_levelone_frame") public boolean keepLeveloneFrame
@SerializedName(value="metalearner_params") public java.lang.String metalearnerParams
@SerializedName(value="blending_frame") public FrameKeyV3 blendingFrame
public long seed
@SerializedName(value="score_training_samples") public long scoreTrainingSamples
public StackedEnsembleParametersV99()
public java.lang.String toString()
toString in class ModelParametersSchemaV3