[jvm-packages] move dmatrix building into rabit context for cpu pipeline (#7908)

This commit is contained in:
Bobby Wang
2022-05-17 14:52:25 +08:00
committed by GitHub
parent 77d4a53c32
commit b41cf92dc2
5 changed files with 20 additions and 36 deletions

View File

@@ -65,8 +65,6 @@ class FeatureSizeValidatingSuite extends FunSuite with PerTest {
(id, lp.label, lp.features)
}.toDF("id", "label", "features")
val xgb = new XGBoostClassifier(paramMap)
intercept[Exception] {
xgb.fit(repartitioned)
}
xgb.fit(repartitioned)
}
}