From bf71cf52befccba03238b93485cd04a6894ae8de Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 22 Aug 2014 16:50:28 -0700 Subject: [PATCH] add --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d9db006a..e14f33bc0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Build - For python module, you need python/xgboost_wrapper.cpp and src/io/io.cpp to build a dll. -Try Graphlab Create Version +Using XGBoost in Graphlab Create ===== -* Graphlab Create(GLC) is a scalable machine learning toolkit that allows you to deal with big data in python +* Graphlab Create (GLC) is a scalable machine learning toolkit that allows you to deal with big data in python * XGBoost is adopted by boosted tree library in GLC. The GLC version allows you to do feature engineering, hyper-parameter searching and visualization in one framework. See the nice blogpost about [predicting bike sharing demand](http://blog.graphlab.com/using-gradient-boosted-trees-to-predict-bike-sharing-demand).