chg wrapper

This commit is contained in:
tqchen
2014-08-23 14:27:56 -07:00
parent 08a6b92216
commit 8bf758c63b
18 changed files with 16 additions and 9369 deletions

View File

@@ -3,7 +3,7 @@
import sys
import numpy as np
# add path of xgboost python module
sys.path.append('../../python/')
sys.path.append('../../wrapper/')
import xgboost as xgb
from sklearn.ensemble import GradientBoostingClassifier
import time