public static final class AutoMLBuildSpecV99.AutoMLBuildControlV99 extends water.api.Schema<AutoMLBuildSpec.AutoMLBuildControl,AutoMLBuildSpecV99.AutoMLBuildControlV99>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
loss |
int |
nfolds |
java.lang.String |
project_name |
hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99 |
stopping_criteria |
| Constructor and Description |
|---|
AutoMLBuildSpecV99.AutoMLBuildControlV99() |
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="Optional project name used to group models from multiple AutoML runs into a single Leaderboard; derived from the training data name if not specified.") public java.lang.String project_name
@API(help="Loss function (not yet enabled).",
direction=INPUT)
public java.lang.String loss
@API(help="Model performance based stopping criteria for the AutoML run.",
direction=INPUT)
public hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99 stopping_criteria
@API(help="Number of folds for k-fold cross-validation (defaults to 5, must be >=2 or use 0 to disable). Disabling prevents Stacked Ensembles from being built.",
direction=INPUT)
public int nfolds