This commit is contained in:
tqchen 2014-05-16 20:37:45 -07:00
parent ad8eb21fcd
commit f60dbe299e
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,8 @@ Features
- Sparse feature format allows easy handling of missing values, and improve computation efficiency.
* Push the limit on single machine:
- Efficient implementation that optimizes memory and computation.
* Speed: XGBoost is very fast
- IN [demo/higgs/speedtest.py](../blob/master/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
* Python interface, works with numpy and scipy.sparse matrix

View File

@ -14,8 +14,6 @@ make
3. Run ./run.sh
Speed
=====
speedtest.py compares xgboost's speed on this dataset with sklearn.GBM