Skip to content

Commit

Permalink
[jvm-packages] fix group col for gpu packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wbo4958 committed May 8, 2024
1 parent 8237920 commit 295a95f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -160,7 +160,7 @@ object GpuPreXGBoost extends PreXGBoostProvider {

// Check columns and build column data batch
val trainingData = GpuUtils.buildColumnDataBatch(feturesCols,
labelName, weightName, marginName, "", castedDF)
labelName, weightName, marginName, groupName, castedDF)

// eval map
val evalDataMap = evalSets.map {
Expand Down

0 comments on commit 295a95f

Please sign in to comment.