XGBoost is an optimized gradient boosting package of tree ensemble for fast training, effective regularization of features, and tunable hyper-parameters

Summary of innovations

XGBoost inherits advantages of decision trees

  • Interpretable
  • Non-parametric

Added properties compared to decision tree (ML)

Algorithm