From 03911cf748c9ab47c7b8b711f1f3e499e2660a92 Mon Sep 17 00:00:00 2001 From: Tong He Date: Sat, 21 Mar 2015 22:34:19 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b94fd3f3..6a05ce0c4 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ XGBoost: eXtreme Gradient Boosting An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also also distributed and scale to even larger data. -Contributors: https://github.com/tqchen/xgboost/graphs/contributors +Contributors: https://github.com/dmlc/xgboost/graphs/contributors -Turorial and Documentation: https://github.com/tqchen/xgboost/wiki +Turorial and Documentation: https://github.com/dmlc/xgboost/wiki -Issues Tracker: [https://github.com/tqchen/xgboost/issues](https://github.com/tqchen/xgboost/issues?q=is%3Aissue+label%3Aquestion) +Issues Tracker: [https://github.com/dmlc/xgboost/issues](https://github.com/dmlc/xgboost/issues?q=is%3Aissue+label%3Aquestion) Please join [XGBoost User Group](https://groups.google.com/forum/#!forum/xgboost-user/) to ask questions and share your experience on xgboost.