Update README.md

This commit is contained in:
Tianqi Chen 2014-09-09 21:31:40 -07:00
parent 9e701440e7
commit 86bdef1f19

View File

@ -26,7 +26,14 @@ Features
* Speed: XGBoost is very fast * Speed: XGBoost is very fast
- 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 - 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 * Layout of gradient boosting algorithm to support user defined objective
* Python interface, works with numpy and scipy.sparse matrix
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 Build
===== =====