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
We implemented predicting on ellpack for reducing memory usage. But after some more testing, I found the implementation is not thoroughly considered. Here are a few more cases we need to put more thoughts on:
What if the user change tree method but use the same DMatrix?
What if the user train for another round but at the second round they put the training DMatrix as a validation DMatrix?
We implemented predicting on ellpack for reducing memory usage. But after some more testing, I found the implementation is not thoroughly considered. Here are a few more cases we need to put more thoughts on:
@RAMitchell
The text was updated successfully, but these errors were encountered: