From 5802141d59e166af2fcf426d8109ba0a87dcab3f Mon Sep 17 00:00:00 2001 From: tqchen Date: Sat, 23 Aug 2014 21:12:55 -0700 Subject: [PATCH 1/2] add glc comment --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 340ca4a91..a446009bd 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,8 @@ Version - This means the model and buffer file of previous version can not be loaded in xgboost-unity * For legacy 0.2x code, refer to [Here](https://github.com/tqchen/xgboost/releases/tag/v0.22) * Change log in [CHANGES.md](CHANGES.md) + +XGBoost in Graphlab Create +====== +* XGBoost is adopted as part of boosted tree toolkit in Graphlab Create (GLC). Graphlab Create is a powerful toolkit that allows you to data manipulation, hyper-parameter search, visualization of big data in one framework. Try the Graphlab Create in [here](http://graphlab.com/products/create/quick-start-guide.html) +* [Nice blogpost](http://blog.graphlab.com/using-gradient-boosted-trees-to-predict-bike-sharing-demand) by Jay Gu using GLC boosted tree to solve kaggle bike sharing challenge From b381c842f14f7b0f3a765e77f28b981c96d09268 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sat, 23 Aug 2014 21:14:53 -0700 Subject: [PATCH 2/2] link glc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a446009bd..ee620d6cd 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ Version XGBoost in Graphlab Create ====== -* XGBoost is adopted as part of boosted tree toolkit in Graphlab Create (GLC). Graphlab Create is a powerful toolkit that allows you to data manipulation, hyper-parameter search, visualization of big data in one framework. Try the Graphlab Create in [here](http://graphlab.com/products/create/quick-start-guide.html) -* [Nice blogpost](http://blog.graphlab.com/using-gradient-boosted-trees-to-predict-bike-sharing-demand) by Jay Gu using GLC boosted tree to solve kaggle bike sharing challenge +* XGBoost is adopted as part of boosted tree toolkit in Graphlab Create (GLC). Graphlab Create is a powerful python toolkit that allows you to data manipulation, graph processing, hyper-parameter search, and visualization of big data in one framework. Try the Graphlab Create in http://graphlab.com/products/create/quick-start-guide.html +* Nice blogpost by Jay Gu using GLC boosted tree to solve kaggle bike sharing challenge: http://blog.graphlab.com/using-gradient-boosted-trees-to-predict-bike-sharing-demand