xgboost/rabit-learn/README.md
tqchen 9725cf2aeb Squashed 'subtree/rabit/' changes from 4ebe657..fb13cab
fb13cab change makefile
1479e37 fixed small bug in mpi submission script
0ca7a63 Update README.md
5ef4830 ok
93a1338 chg note

git-subtree-dir: subtree/rabit
git-subtree-split: fb13cab216b795f86dc90547b71c0f730766affa
2015-01-30 16:41:06 -08:00

688 B

Rabit-Learn

This folder contains implementation of distributed machine learning algorithm using rabit. It also contain links to the Machine Learning packages that uses rabit.

  • Contribution of toolkits, examples, benchmarks is more than welcomed!

Toolkits

  • KMeans Clustering
  • XGBoost: eXtreme Gradient Boosting
    • xgboost is a very fast boosted tree(also known as GBDT) library, that can run more than 10 times faster than existing packages
    • Rabit carries xgboost to distributed enviroment, inheritating all the benefits of xgboost single node version, and scale it to even larger problems