In this tutorial we’ll cover XGBoost, a machine learning algorithm that has dominated the applied machine learning space recently.
XGBoost is an open source library that provides gradient boosting for Python, Java and C++, R and Julia. In this tutorial, our focus will be on Python. Gradient Boosting is a machine learning technique for classification and regression problems that produces a prediction from an ensemble of weak decision trees.
Continue reading Boosting your Machine Learning Models Using XGBoost