xgboost/doc/index.md
2016-02-25 12:38:47 -08:00

2.4 KiB

XGBoost Documentation

This is document of xgboost library. XGBoost is short for eXtreme gradient boosting. This is a library that is designed, and optimized for boosted (tree) algorithms. The goal of this library is to push the extreme of the computation limits of machines to provide a scalable, portable and accurate for large scale tree boosting.

This document is hosted at http://xgboost.readthedocs.org/. You can also browse most of the documents in github directly.

User Guide

Developer Guide

Tutorials

Tutorials are self contained materials that teaches you how to achieve a complete data science task with xgboost, these are great resources to learn xgboost by real examples. If you think you have something that belongs to here, send a pull request.

Resources

See awesome xgboost page for links to other resources.

Indices and tables

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`