Support for all primitive types from array. (#7003)
* Change C API name. * Test for all primitive types from array. * Add native support for CPU 128 float. * Convert boolean and float16 in Python. * Fix dask version for now.
This commit is contained in:
@@ -142,7 +142,7 @@ XGB_DLL int XGDMatrixCreateFromCSR(char const *indptr,
|
||||
* \param out created dmatrix
|
||||
* \return 0 when success, -1 when failure happens
|
||||
*/
|
||||
XGB_DLL int XGDMatrixCreateFromArray(char const *data,
|
||||
XGB_DLL int XGDMatrixCreateFromDense(char const *data,
|
||||
char const *json_config,
|
||||
DMatrixHandle *out);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user