public abstract static class ModelingStep.GridStep<M extends hex.Model> extends ModelingStep<M>
ModelingStep.GridStep<M extends hex.Model>, ModelingStep.ModelStep<M extends hex.Model>, ModelingStep.SeedPolicy, ModelingStep.SelectionStep<M extends hex.Model>| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_GRID_TRAINING_WEIGHT |
_algo, _description, _id, _ignoredConstraints, _weight| Constructor and Description |
|---|
GridStep(IAlgo algo,
java.lang.String id,
int cost,
AutoML autoML) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkAllocations.Work |
getAllocatedWork() |
protected water.Job<hex.grid.Grid> |
hyperparameterSearch(water.Key<hex.grid.Grid> key,
hex.Model.Parameters baseParms,
java.util.Map<java.lang.String,java.lang.Object[]> searchParms) |
protected water.Job<hex.grid.Grid> |
hyperparameterSearch(hex.Model.Parameters baseParms,
java.util.Map<java.lang.String,java.lang.Object[]> searchParms) |
protected water.Key<hex.grid.Grid> |
makeKey(java.lang.String name,
boolean withCounter) |
protected WorkAllocations.Work |
makeWork() |
protected abstract water.Job<hex.grid.Grid> |
startJob() |
aml, applyPreprocessing, canRun, getPreprocessingConfig, getTrainedModels, getTrainedModelsKeys, getWorkAllocations, initTimeConstraints, isCVEnabled, onDone, setClassBalancingParams, setCommonModelBuilderParams, setCrossValidationParams, setCustomParams, setSeed, setStoppingCriteria, setWeightingParams, startModel, startSearchpublic static final int DEFAULT_GRID_TRAINING_WEIGHT
protected abstract water.Job<hex.grid.Grid> startJob()
startJob in class ModelingStep<M extends hex.Model>protected WorkAllocations.Work makeWork()
makeWork in class ModelingStep<M extends hex.Model>protected WorkAllocations.Work getAllocatedWork()
getAllocatedWork in class ModelingStep<M extends hex.Model>protected water.Key<hex.grid.Grid> makeKey(java.lang.String name,
boolean withCounter)
makeKey in class ModelingStep<M extends hex.Model>protected water.Job<hex.grid.Grid> hyperparameterSearch(hex.Model.Parameters baseParms,
java.util.Map<java.lang.String,java.lang.Object[]> searchParms)
protected water.Job<hex.grid.Grid> hyperparameterSearch(water.Key<hex.grid.Grid> key,
hex.Model.Parameters baseParms,
java.util.Map<java.lang.String,java.lang.Object[]> searchParms)
key - optional grid keybaseParms - ModelBuilder parameter values that are common across all models in the search.searchParms - hyperparameter search space,