dmlc/xgboost

[Doc] Update list of winning solutions in data science competitions using XGBoost

开放

#6,173 创建于 2020年9月27日

 (17 条评论) (0 个反应) (0 位负责人)C++ (8,872 个派生)batch import
docgood first issue

仓库指标

星标
 (28,376 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The demo directory shows a list of winning solutions for data science competitions that used XGBoost: https://github.com/dmlc/xgboost/blob/master/demo/README.md#machine-learning-challenge-winning-solutions

The list hasn't been updated since October 2017. It would be great if we can update this list.

How to update the list.

https://www.kaggle.com/competitions is a great place to start. For each completed competition, look for the first, second, and third-place solutions. If they used XGBoost (even as part of ensemble), create a pull request to add them to https://github.com/dmlc/xgboost/blob/master/demo/README.md.

There are other data science competitions as well. For example, XGBoost was used in the first winning solution of ACM RecSys 2020 Challenge.

贡献者指南