change default distributed mode to row
This commit is contained in:
parent
5ad100b5a3
commit
9eaf073e3c
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user