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.