public static final class AutoMLBuildSpecV99.AutoMLBuildModelsV99 extends water.api.schemas3.SchemaV3<AutoMLBuildSpec.AutoMLBuildModels,AutoMLBuildSpecV99.AutoMLBuildModelsV99>
| Modifier and Type | Field and Description |
|---|---|
AutoMLBuildSpecV99.AutoMLCustomParameterV99[] |
algo_parameters |
Algo[] |
exclude_algos |
double |
exploitation_ratio |
Algo[] |
include_algos |
StepDefinitionV99[] |
modeling_plan |
water.api.schemas3.KeyValueV3[] |
monotone_constraints |
PreprocessingStepDefinitionV99[] |
preprocessing |
| Constructor and Description |
|---|
AutoMLBuildModelsV99() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLBuildSpecV99.AutoMLBuildModelsV99 |
fillFromImpl(AutoMLBuildSpec.AutoMLBuildModels impl) |
AutoMLBuildSpec.AutoMLBuildModels |
fillImpl(AutoMLBuildSpec.AutoMLBuildModels impl) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="A list of algorithms to skip during the model-building phase.",
valuesProvider=AutoMLBuildSpecV99.AlgoProvider.class,
level=secondary)
public Algo[] exclude_algos
@API(help="A list of algorithms to restrict to during the model-building phase.",
valuesProvider=AutoMLBuildSpecV99.AlgoProvider.class,
level=secondary)
public Algo[] include_algos
@API(help="The budget ratio (between 0 and 1) dedicated to the exploitation (vs exploration) phase.",
level=secondary)
public double exploitation_ratio
@API(help="The list of modeling steps to be used by the AutoML engine (they may not all get executed, depending on other constraints).",
level=expert)
public StepDefinitionV99[] modeling_plan
@API(help="The list of preprocessing steps to run. Only \'target_encoding\' is currently supported.",
level=secondary)
public PreprocessingStepDefinitionV99[] preprocessing
@API(help="Custom algorithm parameters.",
level=expert)
public AutoMLBuildSpecV99.AutoMLCustomParameterV99[] algo_parameters
@API(help="A mapping representing monotonic constraints. Use +1 to enforce an increasing constraint and -1 to specify a decreasing constraint.",
level=secondary)
public water.api.schemas3.KeyValueV3[] monotone_constraints
public AutoMLBuildSpec.AutoMLBuildModels fillImpl(AutoMLBuildSpec.AutoMLBuildModels impl)
fillImpl in class water.api.Schema<AutoMLBuildSpec.AutoMLBuildModels,AutoMLBuildSpecV99.AutoMLBuildModelsV99>public AutoMLBuildSpecV99.AutoMLBuildModelsV99 fillFromImpl(AutoMLBuildSpec.AutoMLBuildModels impl)
fillFromImpl in class water.api.Schema<AutoMLBuildSpec.AutoMLBuildModels,AutoMLBuildSpecV99.AutoMLBuildModelsV99>