evalml.pipelines.components.XGBoostClassifier¶
- 
class evalml.pipelines.components.XGBoostClassifier(eta=0.1, max_depth=3, min_child_weight=1, n_estimators=100, random_state=0)[source]¶
- XGBoost Classifier - Methods - Initialize self. - Describe a component and its parameters - Fits component to data - Make predictions using selected features. - Make probability estimates for labels.