From d18492e751f6c1b71d37db4b5ca649aed4e90e49 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 20 Jul 2015 22:48:45 -0700 Subject: [PATCH 1/6] add list of contributors --- CONTRIBUTORS.md | 19 +++++++++++++++++++ README.md | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 000000000..894fdc4dd --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,19 @@ +Contributors of DMLC/XGBoost +======= +XGBoost has been developed and used by a group of active community. Everyone is more than welcomed to is a great way to make the project better and more accessible to more users. + +Comitters +======= +Committers are group of people who have made substantial contribution to the project and granted write access to the project. +* [Tianqi Chen](https://github.com/tqchen), University of Washington + - Tianqi is a PhD working on large-scale machine learning, he is the creator of the project. +* [Tong He](https://github.com/hetong007), Simon Fraser University + - Tong is a master student working on data mining, he is the maintainer of xgboost R package. +* [Michael Benesty](https://github.com/pommedeterresautee) + - Micheal is a lawyer, data scientist in France, he is the creator of xgboost interactive analysis module in R. + +List of Contributors +======= +* [Full List of Contributors](https://github.com/dmlc/xgboost/graphs/contributors) + - To contributors: please add your name to the list when you submit a patch to the project:) +* Kailong Chen Microsoft diff --git a/README.md b/README.md index e6f5d69d1..6334d21f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DMLC/XGBoost An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. It implements machine learning algorithms under the [Gradient Boosting](https://en.wikipedia.org/wiki/Gradient_boosting) framework, including [Generalized Linear Model](https://en.wikipedia.org/wiki/Generalized_linear_model) (GLM) and [Gradient Boosted Decision Trees](https://en.wikipedia.org/wiki/Gradient_boosting#Gradient_tree_boosting) (GBDT). XGBoost can also be [distributed](#features) and scale to Terascale data -Contributors: https://github.com/dmlc/xgboost/graphs/contributors +Checkout the [Comitters and Contributors](https://github.com/dmlc/xgboost/CONTRIBUTORS.md) Documentations: [Documentation of dmlc/xgboost](doc/README.md) @@ -38,6 +38,7 @@ Contributing to XGBoost XGBoost has been developed and used by a group of active community. Everyone is more than welcomed to is a great way to make the project better and more accessible to more users. * Checkout [Feature Wish List](https://github.com/dmlc/xgboost/labels/Wish-List) to see what can be improved, or open an issue if you want something. * Contribute to the [documents and examples](https://github.com/dmlc/xgboost/blob/master/doc/) to share your experience with other users. +* Please add your name to [CONTRIBUTORS.md](CONTRIBUTORS.md) after your patch has been merged. Features ======== From b18c7f9466265955985201be4c815d9b7cea3b4a Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 20 Jul 2015 22:50:59 -0700 Subject: [PATCH 2/6] ok --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6334d21f7..4a5e7bf6e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DMLC/XGBoost An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. It implements machine learning algorithms under the [Gradient Boosting](https://en.wikipedia.org/wiki/Gradient_boosting) framework, including [Generalized Linear Model](https://en.wikipedia.org/wiki/Generalized_linear_model) (GLM) and [Gradient Boosted Decision Trees](https://en.wikipedia.org/wiki/Gradient_boosting#Gradient_tree_boosting) (GBDT). XGBoost can also be [distributed](#features) and scale to Terascale data -Checkout the [Comitters and Contributors](https://github.com/dmlc/xgboost/CONTRIBUTORS.md) +Checkout our [Comitters and Contributors](CONTRIBUTORS.md) who keep make xgboost better. Documentations: [Documentation of dmlc/xgboost](doc/README.md) From 41f30c288ef63df53d4f9fb13fd0340884c5b0c0 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Mon, 20 Jul 2015 22:56:29 -0700 Subject: [PATCH 3/6] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 894fdc4dd..bfd674b1b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -9,6 +9,8 @@ Committers are group of people who have made substantial contribution to the pro - Tianqi is a PhD working on large-scale machine learning, he is the creator of the project. * [Tong He](https://github.com/hetong007), Simon Fraser University - Tong is a master student working on data mining, he is the maintainer of xgboost R package. +* [Bing Xu](https://github.com/antinucleon) + - Bing is the original creator of xgboost python package and currently the maintainer of [XGBoost.jl](https://github.com/antinucleon/XGBoost.jl). * [Michael Benesty](https://github.com/pommedeterresautee) - Micheal is a lawyer, data scientist in France, he is the creator of xgboost interactive analysis module in R. From 4cf116ceb60b847ce48842e0a58da2c322eb775a Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Mon, 20 Jul 2015 22:58:10 -0700 Subject: [PATCH 4/6] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bfd674b1b..974689e52 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -4,7 +4,7 @@ XGBoost has been developed and used by a group of active community. Everyone is Comitters ======= -Committers are group of people who have made substantial contribution to the project and granted write access to the project. +Committers are people who have made substantial contribution to the project and granted write access to the project. * [Tianqi Chen](https://github.com/tqchen), University of Washington - Tianqi is a PhD working on large-scale machine learning, he is the creator of the project. * [Tong He](https://github.com/hetong007), Simon Fraser University From 9203d26a2f9f99f7a25214c7d16f87f9e409fc5c Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 21 Jul 2015 08:13:07 -0700 Subject: [PATCH 5/6] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 974689e52..7b326c523 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -18,4 +18,11 @@ List of Contributors ======= * [Full List of Contributors](https://github.com/dmlc/xgboost/graphs/contributors) - To contributors: please add your name to the list when you submit a patch to the project:) -* Kailong Chen Microsoft +* [Kailong Chen](https://github.com/kalenhaha) +* [Skipper Seabold](https://github.com/jseabold) +* [Zygmunt ZajÄ…c](https://github.com/zygmuntz) +* [Ajinkya Kale](https://github.com/ajkl) +* [Boliang Chen](https://github.com/cblsjtu) +* [Vadim Khotilovich](https://github.com/khotilov) +* [Yangqing Men](https://github.com/yanqingmen) +* [Engpeng Yao](https://github.com/yepyao) From 80b6ec447864c263d49d98fb231c4cfa1f81276c Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 21 Jul 2015 21:31:39 -0700 Subject: [PATCH 6/6] update more contributor names --- CONTRIBUTORS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7b326c523..5ed3d266c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -26,3 +26,6 @@ List of Contributors * [Vadim Khotilovich](https://github.com/khotilov) * [Yangqing Men](https://github.com/yanqingmen) * [Engpeng Yao](https://github.com/yepyao) +* [Giulio](https://github.com/giuliohome) +* [Jamie Hall](https://github.com/nerdcha) +* [Yen-Ying Lee](https://github.com/white1033)