XGBoosting Home | About | Contact | Examples

Evaluate

Helpful examples for evaluate XGBoost models.

ExamplesTags
Evaluate XGBoost Performance with Precision-Recall Curve
Evaluate XGBoost Performance with ROC Curve
Evaluate XGBoost Performance with the Accuracy Metric
Evaluate XGBoost Performance with the Classificaiton Error Metric
Evaluate XGBoost Performance with the Confusion Matrix
Evaluate XGBoost Performance with the F1 Score Metric
Evaluate XGBoost Performance with the Log Loss Metric
Evaluate XGBoost Performance with the Mean Absolute Error Metric
Evaluate XGBoost Performance with the Mean Squared Error Metric
Evaluate XGBoost Performance with the Precision Metric
Evaluate XGBoost Performance with the Recall Metric
Evaluate XGBoost Performance with the ROC AUC Metric
Evaluate XGBoost Performance with the Root Mean Squared Error Metric
XGBoost Comparing Configurations With Statistical Significance
XGBoost Comparing Model Configuration with Box Plots
XGBoost Comparing Models with Box Plots
XGBoost Comparing Models With Effect Size
XGBoost Comparing Models With Statistical Significance
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 Configure xgboost.cv() Parameters
XGBoost Evaluate Model for Time Series using TimeSeriesSplit
XGBoost Evaluate Model for Time Series using Walk-Forward Validation
XGBoost Evaluate Model using k-Fold Cross-Validation
XGBoost Evaluate Model using Leave-One-Out Cross-Validation (LOOCV)
XGBoost Evaluate Model using Nested k-Fold Cross-Validation
XGBoost Evaluate Model using Random Permutation Cross-Validation (Shuffle Split)
XGBoost Evaluate Model using Repeated k-Fold Cross-Validation
XGBoost Evaluate Model using Stratified k-Fold Cross-Validation
XGBoost Evaluate Model using the Bootstrap Method
XGBoost Evaluate Model using the Jackknife Method (LOOCV)
XGBoost Evaluate Model using Train-Test Split
XGBoost Evaluate Model using Train-Test Split With Native API
XGBoost Evaluate Model using xgboost.cv() Native API