Skip to content
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

WARNING: /workspace/srcdir/xgboost/src/learner.cc:1350: Empty dataset at worker: 0 #112

Open
ericphanson opened this issue Sep 20, 2022 · 1 comment

Comments

@ericphanson
Copy link

I'm seeing this warning printed over and over while evaluating an XGBoost model through MLJ (calling MLJBase.predict(...) on an XGBoostClassifier). Any hint what that could be?

@ExpandingMan
Copy link
Collaborator

This looks like the warning you get when you run a prediction on empty data, which I also find extremely annoying. This warning is called from the C lib.

I'm not above checking for empty data on the Julia side and eliding the call, though it's worth contemplating whether doing so would have unforeseen consequences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants