XGBoosting Home | About | Contact | Examples

Confidence

Helpful examples for estimating the uncertainty or confidence of an XGBoost model.

This includes confidence intervals to capture the uncertainty in the estimated performance of a model, e.g. of an error metric.

This also includes prediction intervals to capture the uncertainty in predictions made by the model, e.g. of a predicted numerical value.

ExamplesTags
XGBoost Confidence Interval using Bootstrap and Percentiles
XGBoost Confidence Interval using Bootstrap and Standard Error
XGBoost Confidence Interval using Jackknife Resampling
XGBoost Confidence Interval using k-Fold Cross-Validation
XGBoost Prediction Interval using a Bootstrap Ensemble
XGBoost Prediction Interval using a Monte Carlo Ensemble
XGBoost Prediction Interval using Quantile Regression