public class RandomDiscreteValueSearchCriteriaV99 extends HyperSpaceSearchCriteriaV99
| Modifier and Type | Field and Description |
|---|---|
int |
max_models
Maximum number of models to build (optional).
|
double |
max_runtime_secs
Maximum time to spend building models (optional).
|
long |
seed
Seed for random number generator; set to a value other than -1 for reproducibility.
|
StoppingMetric |
stopping_metric
Metric to use for early stopping (AUTO: logloss for classification, deviance for regression)
|
int |
stopping_rounds
Early stopping based on convergence of stopping_metric.
|
double |
stopping_tolerance
Relative tolerance for metric-based stopping criterion Relative tolerance for metric-based stopping criterion (stop if relative improvement is not at least this much)
|
Strategy |
strategy
Hyperparameter space search strategy.
|
| Constructor and Description |
|---|
RandomDiscreteValueSearchCriteriaV99() |
public long seed
public int max_models
public double max_runtime_secs
public int stopping_rounds
public StoppingMetric stopping_metric
public double stopping_tolerance
public Strategy strategy