/intro-to-xgboost

Lightning talk on XGBoost as a classifier. Includes an installation guide and performance comparison to other classification models.

Primary LanguageJupyter Notebook

Introduction to XGBoost

By: Ritchie Kwan


XGBoost Installation Guide

Lightning Talk Presentation


We will use our favorite Titanic dataset to run XGBoost.

We will run classification models we've already learned, grid search them, and then see how XGBoost compares in terms of accuracy and speed.

We will also grid search GradientBoosting and XGBoost using the same parameters to compare computational speed and predictive power.