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)