Awesome XGBoost
===============
This page contains a curated list of examples, tutorials, blogs about XGBoost usecases.
It is inspired by [awesome-MXNet](https://github.com/dmlc/mxnet/blob/master/example/README.md),
[awesome-php](https://github.com/ziadoz/awesome-php) and [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning).
Please send a pull request if you find things that belongs to here.
Contents
--------
- [Code Examples](#code-examples)
- [Features Walkthrough](#features-walkthrough)
- [Basic Examples by Tasks](#basic-examples-by-tasks)
- [Benchmarks](#benchmarks)
- [Machine Learning Challenge Winning Solutions](#machine-learning-challenge-winning-solutions)
- [Tutorials](#tutorials)
- [Usecases](#usecases)
- [Tools using XGBoost](#tools-using-xgboost)
- [Awards](#awards)
- [Windows Binaries](#windows-binaries)
Code Examples
-------------
### Features Walkthrough
This is a list of short codes introducing different functionalities of xgboost packages.
* Basic walkthrough of packages
[python](guide-python/basic_walkthrough.py)
[R](../R-package/demo/basic_walkthrough.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/basic_walkthrough.jl)
* Customize loss function, and evaluation metric
[python](guide-python/custom_objective.py)
[R](../R-package/demo/custom_objective.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/custom_objective.jl)
* Boosting from existing prediction
[python](guide-python/boost_from_prediction.py)
[R](../R-package/demo/boost_from_prediction.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/boost_from_prediction.jl)
* Predicting using first n trees
[python](guide-python/predict_first_ntree.py)
[R](../R-package/demo/predict_first_ntree.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/predict_first_ntree.jl)
* Generalized Linear Model
[python](guide-python/generalized_linear_model.py)
[R](../R-package/demo/generalized_linear_model.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/generalized_linear_model.jl)
* Cross validation
[python](guide-python/cross_validation.py)
[R](../R-package/demo/cross_validation.R)
[Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/cross_validation.jl)
* Predicting leaf indices
[python](guide-python/predict_leaf_indices.py)
[R](../R-package/demo/predict_leaf_indices.R)
### Basic Examples by Tasks
Most of examples in this section are based on CLI or python version.
However, the parameter settings can be applied to all versions
- [Binary classification](binary_classification)
- [Multiclass classification](multiclass_classification)
- [Regression](regression)
- [Learning to Rank](rank)
### Benchmarks
- [Starter script for Kaggle Higgs Boson](kaggle-higgs)
- [Kaggle Tradeshift winning solution by daxiongshu](https://github.com/daxiongshu/kaggle-tradeshift-winning-solution)
- [Benchmarking the most commonly used open source tools for binary classification](https://github.com/szilard/benchm-ml#boosting-gradient-boosted-treesgradient-boosting-machines)
## Machine Learning Challenge Winning Solutions
XGBoost is extensively used by machine learning practitioners to create state of art data science solutions,
this is a list of machine learning winning solutions with XGBoost.
Please send pull requests if you find ones that are missing here.
- Vlad Sandulescu, Mihai Chiru, 1st place of the [KDD Cup 2016 competition](https://kddcup2016.azurewebsites.net). Link to [the arxiv paper](http://arxiv.org/abs/1609.02728).
- Marios Michailidis, Mathias Müller and HJ van Veen, 1st place of the [Dato Truely Native? competition](https://www.kaggle.com/c/dato-native). Link to [the Kaggle interview](http://blog.kaggle.com/2015/12/03/dato-winners-interview-1st-place-mad-professors/).
- Vlad Mironov, Alexander Guschin, 1st place of the [CERN LHCb experiment Flavour of Physics competition](https://www.kaggle.com/c/flavours-of-physics). Link to [the Kaggle interview](http://blog.kaggle.com/2015/11/30/flavour-of-physics-technical-write-up-1st-place-go-polar-bears/).
- Josef Slavicek, 3rd place of the [CERN LHCb experiment Flavour of Physics competition](https://www.kaggle.com/c/flavours-of-physics). Link to [the Kaggle interview](http://blog.kaggle.com/2015/11/23/flavour-of-physics-winners-interview-3rd-place-josef-slavicek/).
- Mario Filho, Josef Feigl, Lucas, Gilberto, 1st place of the [Caterpillar Tube Pricing competition](https://www.kaggle.com/c/caterpillar-tube-pricing). Link to [the Kaggle interview](http://blog.kaggle.com/2015/09/22/caterpillar-winners-interview-1st-place-gilberto-josef-leustagos-mario/).
- Qingchen Wang, 1st place of the [Liberty Mutual Property Inspection](https://www.kaggle.com/c/liberty-mutual-group-property-inspection-prediction). Link to [the Kaggle interview] (http://blog.kaggle.com/2015/09/28/liberty-mutual-property-inspection-winners-interview-qingchen-wang/).
- Chenglong Chen, 1st place of the [Crowdflower Search Results Relevance](https://www.kaggle.com/c/crowdflower-search-relevance). [Link to the winning solution](https://www.kaggle.com/c/crowdflower-search-relevance/forums/t/15186/1st-place-winner-solution-chenglong-chen/).
- Alexandre Barachant (“Cat”) and Rafał Cycoń (“Dog”), 1st place of the [Grasp-and-Lift EEG Detection](https://www.kaggle.com/c/grasp-and-lift-eeg-detection). Link to [the Kaggle interview](http://blog.kaggle.com/2015/10/12/grasp-and-lift-eeg-winners-interview-1st-place-cat-dog/).
- Halla Yang, 2nd place of the [Recruit Coupon Purchase Prediction Challenge](https://www.kaggle.com/c/coupon-purchase-prediction). Link to [the Kaggle interview](http://blog.kaggle.com/2015/10/21/recruit-coupon-purchase-winners-interview-2nd-place-halla-yang/).
- Owen Zhang, 1st place of the [Avito Context Ad Clicks competition](https://www.kaggle.com/c/avito-context-ad-clicks). Link to [the Kaggle interview](http://blog.kaggle.com/2015/08/26/avito-winners-interview-1st-place-owen-zhang/).
- Keiichi Kuroyanagi, 2nd place of the [Airbnb New User Bookings](https://www.kaggle.com/c/airbnb-recruiting-new-user-bookings). Link to [the Kaggle interview](http://blog.kaggle.com/2016/03/17/airbnb-new-user-bookings-winners-interview-2nd-place-keiichi-kuroyanagi-keiku/).
- Marios Michailidis, Mathias Müller and Ning Situ, 1st place [Homesite Quote Conversion](https://www.kaggle.com/c/homesite-quote-conversion). Link to [the Kaggle interview](http://blog.kaggle.com/2016/04/08/homesite-quote-conversion-winners-write-up-1st-place-kazanova-faron-clobber/).
## Talks
- [XGBoost: A Scalable Tree Boosting System](http://datascience.la/xgboost-workshop-and-meetup-talk-with-tianqi-chen/) (video+slides) by Tianqi Chen at the Los Angeles Data Science meetup
## Tutorials
- [XGBoost Official RMarkdown Tutorials](https://xgboost.readthedocs.org/en/latest/R-package/index.html#tutorials)
- [An Introduction to XGBoost R Package](http://dmlc.ml/rstats/2016/03/10/xgboost.html) by Tong He
- [Open Source Tools & Data Science Competitions](http://www.slideshare.net/odsc/owen-zhangopen-sourcetoolsanddscompetitions1) by Owen Zhang - XGBoost parameter tuning tips
* [Feature Importance Analysis with XGBoost in Tax audit](http://fr.slideshare.net/MichaelBENESTY/feature-importance-analysis-with-xgboost-in-tax-audit)
* [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/)
- [XGBoost - eXtreme Gradient Boosting](http://www.slideshare.net/ShangxuanZhang/xgboost) by Tong He
- [How to use XGBoost algorithm in R in easy steps](http://www.analyticsvidhya.com/blog/2016/01/xgboost-algorithm-easy-steps/) by TAVISH SRIVASTAVA ([Chinese Translation 中文翻译](https://segmentfault.com/a/11
没有合适的资源?快使用搜索试试~ 我知道了~
xgboost 的2016/9/30 23:49:03版本,vs2013和vs2015能编译过,支持c++11
共874个文件
h:93个
cc:88个
py:79个
需积分: 10 0 下载量 116 浏览量
2022-04-20
11:32:16
上传
评论
收藏 79.94MB ZIP 举报
温馨提示
用于测试学习xgboost,centos7的g++4.8.5版本也能编译通过
资源详情
资源评论
资源推荐
收起资源包目录
xgboost 的2016/9/30 23:49:03版本,vs2013和vs2015能编译过,支持c++11 (874个子文件)
00Index 693B
create_jni.bat 463B
build.bat 222B
xgboost.bib 942B
xgboost_assert.c 590B
allreduce_robust.cc 48KB
updater_colmaker.cc 39KB
updater_histmaker.cc 35KB
allreduce_base.cc 33KB
s3_filesys.cc 30KB
c_api.cc 26KB
gbtree.cc 24KB
learner.cc 17KB
updater_skmaker.cc 16KB
xgboost_R.cc 13KB
rank_obj.cc 13KB
cli_main.cc 12KB
data.cc 12KB
sparse_page_lz4_format.cc 11KB
gblinear.cc 11KB
rank_metric.cc 11KB
regression_obj.cc 10KB
sparse_page_dmatrix.cc 10KB
simple_dmatrix.cc 9KB
input_split_base.cc 9KB
c_api.cc 7KB
sparse_page_source.cc 7KB
config.cc 7KB
engine_mpi.cc 7KB
elementwise_metric.cc 6KB
updater_refresh.cc 6KB
recordio.cc 6KB
hdfs_filesys.cc 5KB
multiclass_obj.cc 5KB
data.cc 4KB
local_filesys.cc 4KB
local_recover.cc 4KB
multiclass_metric.cc 4KB
recordio_test.cc 4KB
model_recover.cc 4KB
engine_empty.cc 4KB
lazy_recover.cc 4KB
engine.cc 4KB
sparse_page_raw_format.cc 3KB
recordio_split.cc 3KB
io.cc 3KB
azure_filesys.cc 3KB
simple_csr_source.cc 3KB
speed_test.cc 3KB
updater_prune.cc 3KB
tree_model.cc 3KB
unittest_json.cc 3KB
custom_obj.cc 3KB
dense_libsvm.cc 3KB
unittest_config.cc 3KB
parameter_test.cc 2KB
unittest_serializer.cc 2KB
sparse_page_writer.cc 2KB
parameter.cc 2KB
unittest_any.cc 2KB
csv_parser_test.cc 2KB
filesys_test.cc 2KB
unittest_threaditer.cc 2KB
xgboost-all0.cc 2KB
xgboost_custom.cc 2KB
split_repeat_read_test.cc 2KB
line_split.cc 1KB
updater_sync.cc 1KB
registry_test.cc 1KB
stream_read_test.cc 1KB
metric.cc 1KB
libsvm_parser_test.cc 1KB
split_read_test.cc 1KB
basic.cc 1KB
lazy_allreduce.cc 1KB
strtonum_test.cc 1KB
objective.cc 1016B
tree_updater.cc 960B
gbm.cc 886B
dataiter_test.cc 815B
split_test.cc 671B
common.cc 594B
iostream_test.cc 581B
broadcast.cc 497B
c_api_error.cc 497B
logging.cc 493B
engine_mock.cc 490B
unittest_array_view.cc 475B
dmlc-minimum0.cc 474B
engine_base.cc 459B
unittest_logging.cc 375B
logging_test.cc 279B
unittest_main.cc 222B
setup.cfg 43B
Utils.cmake 13KB
FindHDFS.cmake 2KB
cmake_install.cmake 1KB
FindCrypto.cmake 1KB
lint.cmake 935B
cmake_install.cmake 914B
共 874 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9
梁Rio
- 粉丝: 633
- 资源: 35
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0