public class XGBoostStepsProvider extends java.lang.Object implements ModelingStepsProvider<XGBoostStepsProvider.XGBoostSteps>
| Modifier and Type | Class and Description |
|---|---|
static class |
XGBoostStepsProvider.XGBoostSteps |
| Constructor and Description |
|---|
XGBoostStepsProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
XGBoostStepsProvider.XGBoostSteps |
newInstance(AutoML aml) |
public java.lang.String getName()
getName in interface ModelingStepsProvider<XGBoostStepsProvider.XGBoostSteps>public XGBoostStepsProvider.XGBoostSteps newInstance(AutoML aml)
newInstance in interface ModelingStepsProvider<XGBoostStepsProvider.XGBoostSteps>aml - the AutoML instance needed to build the ModelingStepsModelingSteps listing all the various AutoML steps executable with this provider name.