public interface PreprocessingStep<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PreprocessingStep.Completer |
| Modifier and Type | Method and Description |
|---|---|
PreprocessingStep.Completer |
apply(hex.Model.Parameters params,
PreprocessingConfig config)
applies this preprocessing step to the model parameters right before the model training starts.
|
void |
dispose()
preprocessing steps are disposed by default at the end of the AutoML training session.
|
java.lang.String |
getType() |
void |
prepare()
preprocessing steps are prepared by default before the AutoML session starts training the first model.
|
void |
remove()
Completely remove from the system
|
java.lang.String getType()
void prepare()
PreprocessingStep.Completer apply(hex.Model.Parameters params, PreprocessingConfig config)
params - void dispose()
void remove()