[FEA] get dask_cudf.Series
from xgb.dask.predict()
#4525
Labels
feature request
New feature or request
dask_cudf.Series
from xgb.dask.predict()
#4525
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 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
The text was updated successfully, but these errors were encountered: