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
Experimenting with the federated plugin (#8424) in a vertical environment I noticed that giving data as a numpy array to the DMatrix is not supported yet.
It should be a really easy fix since we only need to support the data_split_mode arg in the _from_numpy_array function.
Steps would be:
Add new arg data_split_mode to _from_numpy_array in file python-package/xgboost/data.py
Read data_split_mode from config in function XGDMatrixCreateFromDense inside file src/c_api/c_api.cc
Should I open a PR for these changes?
The text was updated successfully, but these errors were encountered:
Experimenting with the federated plugin (#8424) in a vertical environment I noticed that giving data as a numpy array to the DMatrix is not supported yet.
It should be a really easy fix since we only need to support the data_split_mode arg in the _from_numpy_array function.
Steps would be:
Should I open a PR for these changes?
The text was updated successfully, but these errors were encountered: