-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
R package produces NULL getinfo(dtrain, "group") #11392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If I remember correctly, there's no |
Thank you so much for the reply. Ah, i see, so I am trying to calculate a performance metric that depends on some information that is outside the model per se (ie, something that is not in the DMatrix). It is basically a different version of the label (numeric instead of categorical). Is that possible? No information that I can get from |
Ok, thank you very much for the reply. Apologies for not understanding the issue properly, but is was really hard to grasp it directly from the documentation and LLMs. |
No worries. If you have specific questions, feel free to ask. Or, better yet, suggestions for documentation are welcome. |
While performing cross validation using xgb.cv with a custom_metric, getinfo(dtrain, "group") always returns NULL making it impossible to identify which folder the algorithm is currently using. I have tried this in numerous setups.
The text was updated successfully, but these errors were encountered: