try python
This commit is contained in:
12
python/xgboost_python.cpp
Normal file
12
python/xgboost_python.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "xgboost_python.h"
|
||||
|
||||
void* XGDMatrixCreate(void){
|
||||
return NULL;
|
||||
}
|
||||
void XGDMatrixFree(void *handle){
|
||||
}
|
||||
void XGDMatrixLoad(void *handle, const char *fname){
|
||||
}
|
||||
void XGDMatrixSaveBinary( void *handle, const char *fname ){
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user