XGBoosterCreate api unified to use const DMatrix[] argument
This commit is contained in:
@@ -463,7 +463,7 @@ int XGDMatrixNumCol(const DMatrixHandle handle,
|
||||
}
|
||||
|
||||
// xgboost implementation
|
||||
int XGBoosterCreate(DMatrixHandle dmats[],
|
||||
int XGBoosterCreate(const DMatrixHandle dmats[],
|
||||
bst_ulong len,
|
||||
BoosterHandle *out) {
|
||||
API_BEGIN();
|
||||
|
||||
Reference in New Issue
Block a user