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
Use DaskDeviceQuantileDMatrix with da.Array generated from dask-cudf can lead to a memory error. I'm not sure about the reason yet as the behavior is non-deterministic. An initial guess is the array is allocated in temporary memory and can be recollected during DDQDM construction.
The text was updated successfully, but these errors were encountered:
Use
DaskDeviceQuantileDMatrix
withda.Array
generated fromdask-cudf
can lead to a memory error. I'm not sure about the reason yet as the behavior is non-deterministic. An initial guess is the array is allocated in temporary memory and can be recollected duringDDQDM
construction.The text was updated successfully, but these errors were encountered: