diff --git a/src/xgboost_main.cpp b/src/xgboost_main.cpp index 52ce4e58b..9440c791a 100644 --- a/src/xgboost_main.cpp +++ b/src/xgboost_main.cpp @@ -49,7 +49,7 @@ class BoostLearnTask { fprintf(stderr, "start %s:%d\n", pname.c_str(), rabit::GetRank()); } if (rabit::IsDistributed()) { - this->SetParam("data_split", "col"); + this->SetParam("dsplit", "row"); } if (rabit::GetRank() != 0) { this->SetParam("silent", "2");