Skip to content

Commit

Permalink
note.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Aug 8, 2022
1 parent 64772a9 commit 837aabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/iterative_dmatrix.h
Expand Up @@ -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_;
Expand Down

0 comments on commit 837aabd

Please sign in to comment.