Update README.md

This commit is contained in:
Tianqi Chen 2015-04-21 20:59:03 -07:00
parent 3e03c66e8a
commit 263d9bf84f

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 (GBDT). XGBoost can also also distributed and scale to even larger data. 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 Terascale data
Contributors: https://github.com/dmlc/xgboost/graphs/contributors Contributors: https://github.com/dmlc/xgboost/graphs/contributors