add message about glc

This commit is contained in:
tqchen 2014-08-22 16:47:50 -07:00
parent 4ed67b9c27
commit edc539a024
2 changed files with 8 additions and 0 deletions

View File

@ -36,3 +36,8 @@ Build
- In principle, you can put src/xgboost.cpp and src/io/io.cpp into the project, and build xgboost. - 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. - 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

View File

@ -4,3 +4,6 @@ see example for usage
to make the python module, type make in the root directory of project to make the python module, type make in the root directory of project
Graphlab-Create Version
=====
Graphlab Create