public static final class AutoMLBuildSpecV99.AutoMLInputV99 extends water.api.schemas3.SchemaV3<AutoMLBuildSpec.AutoMLInput,AutoMLBuildSpecV99.AutoMLInputV99>
The user also specifies the response column and, optionally, an array of columns to ignore.
| Modifier and Type | Field and Description |
|---|---|
water.api.schemas3.KeyV3.FrameKeyV3 |
blending_frame |
water.api.schemas3.FrameV3.ColSpecifierV3 |
fold_column |
java.lang.String[] |
ignored_columns |
water.api.schemas3.KeyV3.FrameKeyV3 |
leaderboard_frame |
water.api.schemas3.FrameV3.ColSpecifierV3 |
response_column |
java.lang.String |
sort_metric |
water.api.schemas3.KeyV3.FrameKeyV3 |
training_frame |
water.api.schemas3.KeyV3.FrameKeyV3 |
validation_frame |
water.api.schemas3.FrameV3.ColSpecifierV3 |
weights_column |
| Constructor and Description |
|---|
AutoMLInputV99() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="ID of the training data frame.") public water.api.schemas3.KeyV3.FrameKeyV3 training_frame
@API(help="Response column",
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame","blending_frame"},
is_mutually_exclusive_with={"ignored_columns","fold_column","weights_column"})
public water.api.schemas3.FrameV3.ColSpecifierV3 response_column
@API(help="ID of the validation data frame (used for early stopping in grid searches and for early stopping of the AutoML process itself).") public water.api.schemas3.KeyV3.FrameKeyV3 validation_frame
@API(help="ID of the H2OFrame used to train the the metalearning algorithm in Stacked Ensembles (instead of relying on cross-validated predicted values). When provided, it is also recommended to disable cross validation by setting `nfolds=0` and to provide a leaderboard frame for scoring purposes.") public water.api.schemas3.KeyV3.FrameKeyV3 blending_frame
@API(help="ID of the leaderboard data frame (used to score models and rank them on the AutoML Leaderboard).") public water.api.schemas3.KeyV3.FrameKeyV3 leaderboard_frame
@API(help="Fold column (contains fold IDs) in the training frame. These assignments are used to create the folds for cross-validation of the models.",
level=secondary,
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame"},
is_mutually_exclusive_with={"ignored_columns","response_column","weights_column"})
public water.api.schemas3.FrameV3.ColSpecifierV3 fold_column
@API(help="Weights column in the training frame, which specifies the row weights used in model training.",
level=secondary,
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame"},
is_mutually_exclusive_with={"ignored_columns","response_column","fold_column"})
public water.api.schemas3.FrameV3.ColSpecifierV3 weights_column
@API(help="Names of columns to ignore in the training frame when building models.",
level=secondary,
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame","blending_frame"},
is_mutually_exclusive_with={"response_column","fold_column","weights_column"})
public java.lang.String[] ignored_columns
@API(help="Metric used to sort leaderboard",
valuesProvider=AutoMLBuildSpecV99.AutoMLMetricProvider.class,
level=secondary)
public java.lang.String sort_metric