Skip to content

Commit

Permalink
note.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Aug 3, 2022
1 parent b0844a3 commit f2b5bd5
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 f2b5bd5

Please sign in to comment.