Use ellpack for prediction only when sparsepage doesn't exist. (#5504)
This commit is contained in:
@@ -26,7 +26,7 @@ TEST(CpuPredictor, Basic) {
|
||||
|
||||
gbm::GBTreeModel model = CreateTestModel(¶m);
|
||||
|
||||
auto dmat = RandomDataGenerator(kRows, kCols, 0).GenerateDMatix();
|
||||
auto dmat = RandomDataGenerator(kRows, kCols, 0).GenerateDMatrix();
|
||||
|
||||
// Test predict batch
|
||||
PredictionCacheEntry out_predictions;
|
||||
|
||||
Reference in New Issue
Block a user