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
If you create a DMatrix directly from a GPU dataframe, then training XGBoost with that DMatrix throws an error.
Workaround: Convert the GPU dataframe to a Pandas dataframe first. Create the DMatrix from this Pandas dataframe. This DMatrix will train fine on XGBoost.
You can reproduce this issue on the latest RAPIDS Docker image using the attached Python code .
If you create a DMatrix directly from a GPU dataframe, then training XGBoost with that DMatrix throws an error.
Workaround: Convert the GPU dataframe to a Pandas dataframe first. Create the DMatrix from this Pandas dataframe. This DMatrix will train fine on XGBoost.
You can reproduce this issue on the latest RAPIDS Docker image using the attached Python code .
GPU DF to DMatrix Conversion Error #2.txt
The text was updated successfully, but these errors were encountered: