public static final class StackedEnsembleV99.StackedEnsembleParametersV99 extends water.api.schemas3.ModelParametersSchemaV3<StackedEnsembleModel.StackedEnsembleParameters,StackedEnsembleV99.StackedEnsembleParametersV99>
| Modifier and Type | Field and Description |
|---|---|
water.api.schemas3.KeyV3.ModelKeyV3[] |
base_models |
static java.lang.String[] |
fields |
StackedEnsembleModel.StackedEnsembleParameters.SelectionStrategy |
selection_strategy |
categorical_encoding, checkpoint, distribution, fold_assignment, fold_column, huber_alpha, ignore_const_cols, ignored_columns, keep_cross_validation_fold_assignment, keep_cross_validation_predictions, max_runtime_secs, model_id, nfolds, offset_column, parallelize_cross_validation, quantile_alpha, response_column, score_each_iteration, stopping_metric, stopping_rounds, stopping_tolerance, training_frame, tweedie_power, validation_frame, weights_column| Constructor and Description |
|---|
StackedEnsembleV99.StackedEnsembleParametersV99() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONcreateAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCallpublic static java.lang.String[] fields
@API(help="Strategy for choosing which models to stack.",
values="choose_all",
gridable=false)
public StackedEnsembleModel.StackedEnsembleParameters.SelectionStrategy selection_strategy
@API(help="List of model ids which we can stack together. Which ones are chosen depends on the selection_strategy (currently, all models will be used since selection_strategy can only be set to choose_all). Models must have been cross-validated using nfolds > 1, fold_assignment equal to Modulo, and keep_cross_validation_folds must be set to True.",
required=true)
public water.api.schemas3.KeyV3.ModelKeyV3[] base_models