[jvm-packages] move dmatrix building into rabit context for cpu pipeline (#7908)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user