public class GridSearchSchema extends Schema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
grid_id
Destination id for this grid; auto-generated if not specified.
|
java.util.Map<java.lang.Object,java.lang.Object> |
hyper_parameters
Grid search parameters.
|
JobV3 |
job
Job Key.
|
int |
max_models
Maximum number of models to build.
|
int |
max_time_ms
Maximum time to spend building models, in mS.
|
ModelParametersSchema |
parameters
Basic model builder parameters.
|
long |
seed
Seed for randomized search criteria.
|
Strategy |
strategy
Hyperparameter search strategy, either "Cartesian" or "Random".
|
int |
total_models
Number of all models generated by grid search.
|
| Constructor and Description |
|---|
GridSearchSchema() |
public ModelParametersSchema parameters
public java.util.Map<java.lang.Object,java.lang.Object> hyper_parameters
public java.lang.String grid_id
public Strategy strategy
public int max_models
public int max_time_ms
public long seed
public int total_models
public JobV3 job