temp merge, disable 1 line, SetValid
This commit is contained in:
@@ -77,8 +77,8 @@ public class BoosterTest {
|
||||
put("objective", "binary:logistic");
|
||||
put("num_round", round);
|
||||
put("num_workers", 1);
|
||||
put("tree_method", "gpu_hist");
|
||||
put("predictor", "gpu_predictor");
|
||||
put("tree_method", "hist");
|
||||
put("device", "cuda");
|
||||
put("max_bin", maxBin);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user