public static final class AutoMLBuildSpec.AutoMLStoppingCriteria
extends water.Iced
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO_STOPPING_TOLERANCE |
| Constructor and Description |
|---|
AutoMLStoppingCriteria() |
| Modifier and Type | Method and Description |
|---|---|
static double |
default_stopping_tolerance_for_frame(water.fvec.Frame frame) |
hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria |
getSearchCriteria() |
int |
max_models() |
double |
max_runtime_secs_per_model() |
double |
max_runtime_secs() |
long |
seed() |
void |
set_default_stopping_tolerance_for_frame(water.fvec.Frame frame) |
void |
set_max_models(int max_models) |
void |
set_max_runtime_secs_per_model(double max_runtime_secs_per_model) |
void |
set_max_runtime_secs(double max_runtime_secs) |
void |
set_seed(long seed) |
void |
set_stopping_metric(hex.ScoreKeeper.StoppingMetric stopping_metric) |
void |
set_stopping_rounds(int stopping_rounds) |
void |
set_stopping_tolerance(double stopping_tolerance) |
hex.ScoreKeeper.StoppingMetric |
stopping_metric() |
int |
stopping_rounds() |
double |
stopping_tolerance() |
public static final int AUTO_STOPPING_TOLERANCE
public static double default_stopping_tolerance_for_frame(water.fvec.Frame frame)
public double max_runtime_secs_per_model()
public void set_max_runtime_secs_per_model(double max_runtime_secs_per_model)
public long seed()
public int max_models()
public double max_runtime_secs()
public int stopping_rounds()
public hex.ScoreKeeper.StoppingMetric stopping_metric()
public double stopping_tolerance()
public void set_seed(long seed)
public void set_max_models(int max_models)
public void set_max_runtime_secs(double max_runtime_secs)
public void set_stopping_rounds(int stopping_rounds)
public void set_stopping_metric(hex.ScoreKeeper.StoppingMetric stopping_metric)
public void set_stopping_tolerance(double stopping_tolerance)
public void set_default_stopping_tolerance_for_frame(water.fvec.Frame frame)
public hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria getSearchCriteria()