From edc539a024c48a03001d94c55b4c0383bc361b07 Mon Sep 17 00:00:00 2001 From: tqchen Date: Fri, 22 Aug 2014 16:47:50 -0700 Subject: [PATCH] add message about glc --- README.md | 5 +++++ python/README.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 61472aa44..227e9f883 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,8 @@ Build - In principle, you can put src/xgboost.cpp and src/io/io.cpp into the project, and build xgboost. - For python module, you need python/xgboost_wrapper.cpp and src/io/io.cpp to build a dll. + +Try Graphlab Create Version +===== +* 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 http://blog.graphlab.com/using-gradient-boosted-trees-to-predict-bike-sharing-demand diff --git a/python/README.md b/python/README.md index 4aceb7d5e..a771d9317 100644 --- a/python/README.md +++ b/python/README.md @@ -4,3 +4,6 @@ see example for usage to make the python module, type make in the root directory of project +Graphlab-Create Version +===== +Graphlab Create \ No newline at end of file