Resolve Issue #821

Added xgboost library
This commit is contained in:
Jonathan Hong 2017-02-01 20:43:15 -08:00 committed by GitHub
parent 2df8bcf08a
commit e22c3fa8f4
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning.
* [surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.
* [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/).
* [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting Library
## MapReduce