From 2fec85ab8a9d8fc765272fc8809cb170cba21c25 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 9 Sep 2014 21:34:10 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 054f2c3fe..f8f9aeae1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ What's New ===== * See the updated [demo folder](demo) for feature walkthrough * Thanks to Tong He, the new [R package](R-package) is available +* Thanks to Bing Xu, [XGBoost.jl](https://github.com/antinucleon/XGBoost.jl) allows you to use xgboost from Julia Features ====== @@ -27,14 +28,6 @@ Features - IN [demo/higgs/speedtest.py](demo/kaggle-higgs/speedtest.py), kaggle higgs data it is faster(on our machine 20 times faster using 4 threads) than sklearn.ensemble.GradientBoostingClassifier * Layout of gradient boosting algorithm to support user defined objective -Languages -===== -* Standalone console version is supported, you can call xgboost from command line -* [XGBoost Python](wrapper) -* [XGBoost R](R-package) -* [XGBoost Julia](https://github.com/antinucleon/XGBoost.jl) - - Build ===== * Run ```bash build.sh``` (you can also type make)