Gradient Boosting, Decision Trees and XGBoost with CUDA

Originally published at: Gradient Boosting, Decision Trees and XGBoost with CUDA | NVIDIA Technical Blog

Gradient boosting is a powerful machine learning algorithm used to achieve state-of-the-art accuracy on a variety of tasks such as regression, classification and ranking. It has achieved notice in machine learning competitions in recent years by “winning practically every competition in the structured data category”. If you don’t use deep neural networks for your problem,…