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
Is your feature request related to a problem? Please describe.
I would like to obtain prediction result from prediction = xgb.dask.predict(client, output, dtrain) as dask_cudf.Series instead of dask.array.core.Array. I'd like to keep prediction results on GPU, as I do prediction on large number of records.
I am using, rapids 0.13 nightly in a conda env, and Dask 2.12.0. Here is a min rep example code:
Is your feature request related to a problem? Please describe.
I would like to obtain prediction result from
prediction = xgb.dask.predict(client, output, dtrain)
asdask_cudf.Series
instead ofdask.array.core.Array
. I'd like to keep prediction results on GPU, as I do prediction on large number of records.I am using, rapids 0.13 nightly in a conda env, and Dask 2.12.0. Here is a min rep example code:
Describe the solution you'd like
Keep prediction results on GPU when doing prediction on large number of records.
The text was updated successfully, but these errors were encountered: