Update demo scripts to use installed python library
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import sys
|
||||
import numpy as np
|
||||
sys.path.append('../../wrapper')
|
||||
import xgboost as xgb
|
||||
|
||||
dtrain = xgb.DMatrix('../data/agaricus.txt.train')
|
||||
|
||||
Reference in New Issue
Block a user