public static final class AutoMLBuildSpecV99.AutoMLInputV99 extends water.api.Schema<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.FrameV3.ColSpecifierV3 |
fold_column |
java.lang.String[] |
ignored_columns |
water.api.schemas3.KeyV3.FrameKeyV3 |
leaderboard_frame |
water.api.schemas3.ImportFilesV3 |
leaderboard_path |
water.api.schemas3.ParseSetupV3 |
parse_setup |
water.api.schemas3.FrameV3.ColSpecifierV3 |
response_column |
water.api.schemas3.KeyV3.FrameKeyV3 |
training_frame |
water.api.schemas3.ImportFilesV3 |
training_path |
water.api.schemas3.KeyV3.FrameKeyV3 |
validation_frame |
water.api.schemas3.ImportFilesV3 |
validation_path |
water.api.schemas3.FrameV3.ColSpecifierV3 |
weights_column |
| Constructor and Description |
|---|
AutoMLBuildSpecV99.AutoMLInputV99() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="Path of training data to import and parse, in any form that H2O accepts, including local files or directories, s3, hdfs, etc.",
direction=INPUT)
public water.api.schemas3.ImportFilesV3 training_path
@API(help="Path of validation data to import and parse, in any form that H2O accepts, including local files or directories, s3, hdfs, etc.",
direction=INPUT)
public water.api.schemas3.ImportFilesV3 validation_path
@API(help="Path of test data (to create the leaderboard) to import and parse, in any form that H2O accepts, including local files or directories, s3, hdfs, etc.",
direction=INPUT)
public water.api.schemas3.ImportFilesV3 leaderboard_path
@API(help="Used to override default settings for training and test data parsing.",
direction=INPUT)
public water.api.schemas3.ParseSetupV3 parse_setup
@API(help="ID of the training data frame.",
direction=INPUT)
public water.api.schemas3.KeyV3.FrameKeyV3 training_frame
@API(help="ID of the validation data frame.",
direction=INPUT)
public water.api.schemas3.KeyV3.FrameKeyV3 validation_frame
@API(help="ID of the leaderboard/test data frame.",
direction=INPUT)
public water.api.schemas3.KeyV3.FrameKeyV3 leaderboard_frame
@API(help="Response column",
direction=INPUT,
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame"},
is_mutually_exclusive_with={"ignored_columns","fold_column","weights_column"},
required=false)
public water.api.schemas3.FrameV3.ColSpecifierV3 response_column
@API(help="Fold column for cross-validation",
direction=INPUT,
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame"},
is_mutually_exclusive_with={"ignored_columns","response_column","weights_column"},
required=false)
public water.api.schemas3.FrameV3.ColSpecifierV3 fold_column
@API(help="Weights column, specifying row weights for model training",
direction=INPUT,
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame"},
is_mutually_exclusive_with={"ignored_columns","response_column","fold_column"},
required=false)
public water.api.schemas3.FrameV3.ColSpecifierV3 weights_column
@API(help="Names of columns to ignore for training",
direction=INPUT,
is_member_of_frames={"training_frame","validation_frame","leaderboard_frame"},
is_mutually_exclusive_with={"response_column","fold_column","weights_column"},
required=false)
public java.lang.String[] ignored_columns