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 ---------- * [Installation Guide](build.md) * [Introduction to Boosted Trees](model.md) * [Python Package Document](python/index.md) * [R Package Document](R-package/index.md) * [XGBoost.jl Julia Package](https://github.com/dmlc/XGBoost.jl) * [Distributed Training](../demo/distributed-training) * [Frequently Asked Questions](faq.md) * [External Memory Version](external_memory.md) * [Learning to use XGBoost by Example](../demo) * [Parameters](parameter.md) * [Text input format](input_format.md) * [Notes on Parameter Tunning](param_tuning.md) Developer Guide --------------- * [Contributor Guide](dev-guide/contribute.md) 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. * [Binary classification using XGBoost Command Line](../demo/binary_classification/) (CLI) - This tutorial introduces the basic usage of CLI version of xgboost * [Introduction of XGBoost in Python](python/python_intro.md) (python) - This tutorial introduces the python package of xgboost * [Introduction to XGBoost in R](R-package/xgboostPresentation.md) (R package) - This is a general presentation about xgboost in R. * [Discover your data with XGBoost in R](R-package/discoverYourData.md) (R package) - This tutorial explaining feature analysis in xgboost. * [Understanding XGBoost Model on Otto Dataset](../demo/kaggle-otto/understandingXGBoostModel.Rmd) (R package) - This tutorial teaches you how to use xgboost to compete kaggle otto challenge. Highlight Solutions ------------------- This section is about blogposts, presentation and videos discussing how to use xgboost to solve your interesting problem. If you think something belongs to here, send a pull request. * [Kaggle CrowdFlower winner's solution by Chenglong Chen](https://github.com/ChenglongChen/Kaggle_CrowdFlower) * [Kaggle Malware Prediction winner's solution](https://github.com/xiaozhouwang/kaggle_Microsoft_Malware) * [Kaggle Tradeshift winning solution by daxiongshu](https://github.com/daxiongshu/kaggle-tradeshift-winning-solution) * [Feature Importance Analysis with XGBoost in Tax audit](http://fr.slideshare.net/MichaelBENESTY/feature-importance-analysis-with-xgboost-in-tax-audit) * Video tutorial: [Better Optimization with Repeated Cross Validation and the XGBoost model](https://www.youtube.com/watch?v=Og7CGAfSr_Y) * [Winning solution of Kaggle Higgs competition: what a single model can do](http://no2147483647.wordpress.com/2014/09/17/winning-solution-of-kaggle-higgs-competition-what-a-single-model-can-do/) Indices and tables ------------------ ```eval_rst * :ref:`genindex` * :ref:`modindex` * :ref:`search` ```