public abstract static class ModelingStep.ModelStep<M extends hex.Model> extends ModelingStep<M>
ModelingStep.DynamicStep<M extends hex.Model>, 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_MODEL_GROUP |
static int |
DEFAULT_MODEL_TRAINING_WEIGHT |
_algo, _description, _id, _ignoredConstraints, _priorityGroup, _provider, _weight, _work| Constructor and Description |
|---|
ModelStep(java.lang.String provider,
IAlgo algo,
java.lang.String id,
AutoML autoML) |
ModelStep(java.lang.String provider,
IAlgo algo,
java.lang.String id,
int priorityGroup,
int weight,
AutoML autoML) |
| Modifier and Type | Method and Description |
|---|---|
protected WorkAllocations.JobType |
getJobType() |
abstract hex.Model.Parameters |
prepareModelParameters() |
protected water.Job<M> |
startJob()
Starts a new
Job as part of this step. |
protected water.Job<M> |
trainModel(water.Key<M> key,
hex.Model.Parameters parms) |
protected water.Job<M> |
trainModel(hex.Model.Parameters parms) |
aml, applyPreprocessing, canRun, equals, getAlgo, getAllocatedWork, getGlobalId, getId, getPreprocessingConfig, getPriorityGroup, getProvider, getSubStep, getTrainedModels, getTrainedModelsKeys, getWeight, getWorkAllocations, hashCode, ignores, initTimeConstraints, isCVEnabled, isResumable, iterateSubSteps, limitModelTrainingTime, makeKey, makeWork, onDone, register, run, setClassBalancingParams, setCommonModelBuilderParams, setCrossValidationParams, setCustomParams, setDistributionParameters, setSeed, setStoppingCriteria, setWeightingParams, startModel, startSearchpublic static final int DEFAULT_MODEL_TRAINING_WEIGHT
public static final int DEFAULT_MODEL_GROUP
public ModelStep(java.lang.String provider,
IAlgo algo,
java.lang.String id,
AutoML autoML)
protected WorkAllocations.JobType getJobType()
getJobType in class ModelingStep<M extends hex.Model>public abstract hex.Model.Parameters prepareModelParameters()
protected water.Job<M> startJob()
ModelingStepJob as part of this step.startJob in class ModelingStep<M extends hex.Model>protected water.Job<M> trainModel(hex.Model.Parameters parms)