evalml.pipelines.XGBoostPipeline¶
-
class
evalml.pipelines.
XGBoostPipeline
(objective, eta, min_child_weight, max_depth, impute_strategy, percent_features, number_features, n_estimators=10, n_jobs=-1, random_state=0)[source]¶ XGBoost Pipeline for both binary and multiclass classification
Methods
Machine learning pipeline made out of transformers and a estimator.
Outputs pipeline details including component parameters
Build a model
Returns component by name
Make predictions using selected features.
Make probability estimates for labels.
Evaluate model performance on current and additional objectives