You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
I'm seeing this warning printed over and over while evaluating an XGBoost model through MLJ (calling
MLJBase.predict(...)
on anXGBoostClassifier
). Any hint what that could be?The text was updated successfully, but these errors were encountered: