try python

This commit is contained in:
tqchen
2014-05-03 10:54:08 -07:00
parent c1223bfdef
commit 2305ea7af7
5 changed files with 99 additions and 0 deletions

12
python/xgboost_python.cpp Normal file
View 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 ){
}