XGBoosting Home | About | Contact | Examples

Plot

ExamplesTags
Bagging Ensemble With XGBoost Models
Evaluate XGBoost Performance with Precision-Recall Curve
Evaluate XGBoost Performance with ROC Curve
Evaluate XGBoost Performance with the Confusion Matrix
Explain XGBoost Predictions with LIME
Explain XGBoost Predictions with SHAP
How to Use xgboost.plot_importance()
How to Use xgboost.plot_tree()
Plot Out-of-Bag (OOB) Error for XGBoost
Stacking Ensemble With One XGBoost Base Model (Heterogeneous Ensemble)
Stacking Ensemble With XGBoost Base Models (Homogeneous Ensemble)
Stacking Ensemble With XGBoost Meta Model (Final Model)
Tune XGBoost "alpha" Parameter
Tune XGBoost "colsample_bylevel" Parameter
Tune XGBoost "colsample_bynode" Parameter
Tune XGBoost "colsample_bytree" Parameter
Tune XGBoost "early_stopping_rounds" Parameter
Tune XGBoost "eta" Parameter
Tune XGBoost "gamma" Parameter
Tune XGBoost "learning_rate" Parameter
Tune XGBoost "max_bin" Parameter
Tune XGBoost "max_delta_step" Parameter
Tune XGBoost "max_depth" Parameter
Tune XGBoost "max_leaves" Parameter
Tune XGBoost "min_child_weight" Parameter
Tune XGBoost "min_split_loss" Parameter
Tune XGBoost "n_estimators" Parameter
Tune XGBoost "n_jobs" Parameter
Tune XGBoost "nthread" Parameter
Tune XGBoost "num_parallel_tree" Parameter
Tune XGBoost "reg_alpha" Parameter
Tune XGBoost "reg_lambda" Parameter
Tune XGBoost "subsample" Parameter
Tune XGBoost "tree_method" Parameter
Voting Ensemble With an XGBoost Model
What is a Feature Importance
Which XGBoost Feature Importance to Use
XGBClassifier Plot Feature Importance With Feature Names
XGBoost Best Feature Importance Score
XGBoost Compare "n_jobs" vs "nthread" Parameters
XGBoost Comparing Model Configuration with Box Plots
XGBoost Comparing Models with Box Plots
XGBoost Configure Multiple Metrics With "eval_metric" Parameter
XGBoost CPU Usage Below 100% During Training
XGBoost Default Evaluation Metric "eval_metric" For Objectives
XGBoost Feature Importance Unstable
XGBoost Feature Importance with SHAP Values
XGBoost for Multi-Step Univariate Time Series Forecasting with MultiOutputRegressor
XGBoost for Time Series Plot Actual vs Predicted
XGBoost Horizontal Ensemble (via "iteration_range" Parameter)
XGBoost Model Performance Improves With More Data
XGBoost Permuation Feature Importance
XGBoost Plot Feature Importance With Feature Names
XGBoost Plot Learning Curve
XGBoost Plot Top-10 Most Important Features
XGBoost Plot Validation Curve
XGBoost plot_importance() With Feature Names
XGBoost Prediction Interval using a Bootstrap Ensemble
XGBoost Prediction Interval using a Monte Carlo Ensemble
XGBoost Prediction Interval using Quantile Regression
XGBoost Save Feature Importance Plot to File
XGBoost Stable Predictions Via Ensemble of Final Models
XGBoost Training Time of Max Depth vs Boosting Rounds
XGBoost Training Time of Threads vs Boosting Rounds
XGBoost Training Time of Tree Method vs Boosting Rounds
XGBRegressor Plot Feature Importance With Feature Names