public class AutoMLBuildSpec
extends water.Iced
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoMLBuildSpec.AutoMLBuildControl
The specification of overall build parameters for the AutoML process.
|
static class |
AutoMLBuildSpec.AutoMLBuildModels
The specification of the parameters for building models for a single algo (e.g., GBM), including base model parameters and hyperparameter search.
|
static class |
AutoMLBuildSpec.AutoMLEnsembleParameters
The specification of ensemble-building to be used for the AutoML process, if any.
|
static class |
AutoMLBuildSpec.AutoMLFeatureEngineering
The specification of automatic feature engineering to be used for the AutoML process.
|
static class |
AutoMLBuildSpec.AutoMLInput
The specification of the datasets to be used for the AutoML process.
|
| Modifier and Type | Field and Description |
|---|---|
AutoMLBuildSpec.AutoMLBuildControl |
build_control |
AutoMLBuildSpec.AutoMLBuildModels |
build_models |
AutoMLBuildSpec.AutoMLEnsembleParameters |
ensemble_parameters |
AutoMLBuildSpec.AutoMLFeatureEngineering |
feature_engineering |
AutoMLBuildSpec.AutoMLInput |
input_spec |
water.api.schemas3.JobV3 |
job |
| Constructor and Description |
|---|
AutoMLBuildSpec()
Default constructor provides the default behavior.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
project() |
public AutoMLBuildSpec.AutoMLBuildControl build_control
public AutoMLBuildSpec.AutoMLInput input_spec
public AutoMLBuildSpec.AutoMLFeatureEngineering feature_engineering
public AutoMLBuildSpec.AutoMLBuildModels build_models
public AutoMLBuildSpec.AutoMLEnsembleParameters ensemble_parameters
public water.api.schemas3.JobV3 job