public abstract static class ModelingStep.SelectionStep<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_SELECTION_GROUP |
static int |
DEFAULT_SELECTION_TRAINING_WEIGHT |
_algo, _description, _id, _ignoredConstraints, _priorityGroup, _provider, _weight, _work| Constructor and Description |
|---|
SelectionStep(java.lang.String provider,
IAlgo algo,
java.lang.String id,
AutoML autoML) |
SelectionStep(java.lang.String provider,
IAlgo algo,
java.lang.String id,
int priorityGroup,
int weight,
AutoML autoML) |
| Modifier and Type | Method and Description |
|---|---|
protected water.Job<Models> |
asModelsJob(water.Job job,
water.Key<Models> result) |
protected WorkAllocations.JobType |
getJobType() |
protected abstract ModelSelectionStrategy |
getSelectionStrategy() |
protected water.Key<Models> |
makeKey(java.lang.String name,
boolean withCounter) |
protected ModelSelectionStrategies.LeaderboardHolder |
makeTmpLeaderboard(java.lang.String name) |
protected water.Job<Models> |
startJob()
Starts a new
Job as part of this step. |
protected abstract water.Job<Models> |
startTraining(water.Key<Models> result,
double maxRuntimeSecs) |
aml, applyPreprocessing, canRun, equals, getAlgo, getAllocatedWork, getGlobalId, getId, getPreprocessingConfig, getPriorityGroup, getProvider, getSubStep, getTrainedModels, getTrainedModelsKeys, getWeight, getWorkAllocations, hashCode, ignores, initTimeConstraints, isCVEnabled, isResumable, iterateSubSteps, limitModelTrainingTime, makeWork, onDone, register, run, setClassBalancingParams, setCommonModelBuilderParams, setCrossValidationParams, setCustomParams, setDistributionParameters, setSeed, setStoppingCriteria, setWeightingParams, startModel, startSearchpublic static final int DEFAULT_SELECTION_TRAINING_WEIGHT
public static final int DEFAULT_SELECTION_GROUP
public SelectionStep(java.lang.String provider,
IAlgo algo,
java.lang.String id,
AutoML autoML)
protected WorkAllocations.JobType getJobType()
getJobType in class ModelingStep<M extends hex.Model>protected water.Key<Models> makeKey(java.lang.String name, boolean withCounter)
makeKey in class ModelingStep<M extends hex.Model>protected ModelSelectionStrategies.LeaderboardHolder makeTmpLeaderboard(java.lang.String name)
protected water.Job<Models> startJob()
ModelingStepJob as part of this step.startJob in class ModelingStep<M extends hex.Model>protected abstract water.Job<Models> startTraining(water.Key<Models> result, double maxRuntimeSecs)
protected abstract ModelSelectionStrategy getSelectionStrategy()