From f2b5bd58359a60cb01654fe640f12f6f690db2f2 Mon Sep 17 00:00:00 2001 From: fis Date: Wed, 3 Aug 2022 18:21:25 +0800 Subject: [PATCH] note. --- src/data/iterative_dmatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/iterative_dmatrix.h b/src/data/iterative_dmatrix.h index 1f49631e68a8..bcb98093be91 100644 --- a/src/data/iterative_dmatrix.h +++ b/src/data/iterative_dmatrix.h @@ -45,7 +45,7 @@ namespace data { * version of `QuantileDMatrix`, input data must be on CPU. However, if users want to * have a GPU version of `QuantileDMatrix`, data can be on either place. We can fix this * by retaining the feature index information in ellpack if there are feature - * requests. Or by retaining the callback and run sketching again. + * requests. */ class IterativeDMatrix : public DMatrix { MetaInfo info_;