What is XGBoost in Machine Learning?
XGBoost or Extreme Gradient Boosting is a highly efficient and scalable implementation of the gradient boosting framework. Developed by Tianqi Chen and used in many winning Kaggle machine learning competitions, XGBoost has become a go-to model for structured/tabular datasets due to its high performance, flexibility and built-in regularization capabilities. What is Boosting? Before understanding XGBoost, … Read more