public class XGBoostStepsProvider extends java.lang.Object implements ModelingStepsProvider<XGBoostSteps>, ModelParametersProvider<hex.Model.Parameters>
| Constructor and Description |
|---|
XGBoostStepsProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
hex.Model.Parameters |
newDefaultParameters() |
XGBoostSteps |
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<XGBoostSteps>public XGBoostSteps newInstance(AutoML aml)
ModelingStepsProviderModelingSteps associated to this provider's name,
or returns null to fully skip this provider..newInstance in interface ModelingStepsProvider<XGBoostSteps>aml - the AutoML instance needed to build the ModelingStepsModelingSteps listing all the various AutoML steps executable with this provider name.public hex.Model.Parameters newDefaultParameters()
newDefaultParameters in interface ModelParametersProvider<hex.Model.Parameters>