public class GBMStepsProvider extends java.lang.Object implements ModelingStepsProvider<GBMStepsProvider.GBMSteps>, ModelParametersProvider<hex.tree.gbm.GBMModel.GBMParameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
GBMStepsProvider.GBMSteps |
| Constructor and Description |
|---|
GBMStepsProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
hex.tree.gbm.GBMModel.GBMParameters |
newDefaultParameters() |
GBMStepsProvider.GBMSteps |
newInstance(AutoML aml)
Creates an instance of
ModelingSteps associated to this provider's name,
or returns null to fully skip this provider. |
public java.lang.String getName()
getName in interface ModelingStepsProvider<GBMStepsProvider.GBMSteps>public GBMStepsProvider.GBMSteps newInstance(AutoML aml)
ModelingStepsProviderModelingSteps associated to this provider's name,
or returns null to fully skip this provider.newInstance in interface ModelingStepsProvider<GBMStepsProvider.GBMSteps>aml - the AutoML instance needed to build the ModelingStepsModelingSteps listing all the various AutoML steps executable with this provider name.public hex.tree.gbm.GBMModel.GBMParameters newDefaultParameters()
newDefaultParameters in interface ModelParametersProvider<hex.tree.gbm.GBMModel.GBMParameters>