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 df9ee9a commit 43c30fcCopy full SHA for 43c30fc
1 file changed
src/data/metainfo.h
@@ -38,7 +38,8 @@ inline MetaField MapMetaField(StringView key) {
38
return MetaField::kLabelUpperBound;
39
} else if (key == "feature_weights") {
40
return MetaField::kFeatureWeights;
41
- } else if (key == "group_ptr") {
+ } else if (key == "group_ptr" || key == "group") {
42
+ // `group_ptr` is output, `group` is input.
43
return MetaField::kGroupPtr;
44
} else if (key == "qid") {
45
return MetaField::kQid;
0 commit comments