An open API service indexing awesome lists of open source software.

https://github.com/jofaval/xgboost-cheatsheet

Quick cheatsheet about XGBoost, a Gradient Boosted regularized technique published in 2014
https://github.com/jofaval/xgboost-cheatsheet

cheatsheet data-science google-colab python xgboost xgboost-classifier xgboost-regressor

Last synced: 9 months ago
JSON representation

Quick cheatsheet about XGBoost, a Gradient Boosted regularized technique published in 2014

Awesome Lists containing this project

README

          

# XGBoost #

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jofaval/xgboost-cheatsheet/blob/master/notebook.ipynb)

## Description

Just a quick and easy cheatsheet notebook about the powerful and notorious XGBoost Machine Learning technique.

It's meant to be as an easy way to copy and paste cells to have, at least, some base from where to start, and also to grasp what was all the movement with XGBoost about

## Why?

Just finished my master's on Artificial Intelligence and Big Data. Browsing around XGBoost appeared as an in-demand tool used at top-tier companies and it tickled my curiousity.

## Level

Junior level, both the notebook and the target audience.