Update README.md

This commit is contained in:
Tianqi Chen 2015-01-26 09:04:34 -08:00
parent 5188bad873
commit 4266827105

View File

@ -1,7 +1,7 @@
xgboost: eXtreme Gradient Boosting xgboost: eXtreme Gradient Boosting
====== ======
An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version.
It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree. It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also also distributed and scale to even larger data.
Contributors: https://github.com/tqchen/xgboost/graphs/contributors Contributors: https://github.com/tqchen/xgboost/graphs/contributors