We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d008f commit a612555Copy full SHA for a612555
src/common/quantile.cu
@@ -536,7 +536,7 @@ void SketchContainer::MakeCuts(HistogramCuts* p_cuts) {
536
d_out_columns_ptr[column_id]);
537
idx -= d_out_columns_ptr[column_id];
538
if (in_column.size() == 0) {
539
- // If the column is empty, we push a dummy value. If won't effect training as the
+ // If the column is empty, we push a dummy value. It won't affect training as the
540
// column is empty, trees cannot split on it. This is just to be consistent with
541
// rest of the library.
542
if (idx == 0) {
0 commit comments