From 4715672d76e888c290cf5ac46b4a1e95f89b15f2 Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 15 Jan 2015 22:01:29 -0800 Subject: [PATCH] chg --- multi-node/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multi-node/README.md b/multi-node/README.md index 1c388d8bc..ee4c24620 100644 --- a/multi-node/README.md +++ b/multi-node/README.md @@ -5,8 +5,8 @@ This folder contains information of Distributed XGBoost. * The distributed version is built on Rabit:[Reliable Allreduce and Broadcast Library](https://github.com/tqchen/rabit) - Rabit is a portable library that provides fault-tolerance for Allreduce calls for distributed machine learning - This makes xgboost portable and fault-tolerant against node failures -* You can run Distributed XGBoost on common platforms that rabit can port to, - including Hadoop(see [hadoop folder](hadoop)) and MPI +* You can run Distributed XGBoost on platforms including Hadoop(see [hadoop folder](hadoop)) and MPI + - Rabit only replies a platform to start the programs, so it should be easy to port xgboost to most platforms Usage =====