Update demo.py

This commit is contained in:
Tianqi Chen 2014-05-16 19:30:32 -07:00
parent 53633ae9c2
commit 1150fb59a8

View File

@ -29,11 +29,6 @@ bst.dump_model('dump.raw.txt')
# dump model with feature map # dump model with feature map
bst.dump_model('dump.raw.txt','featmap.txt') bst.dump_model('dump.raw.txt','featmap.txt')
# beta: interact mode
bst.set_param('bst:interact:expand',4)
bst.update_interact( dtrain, 'update', 0)
bst.dump_model('dump.raw2.txt')
### ###
# build dmatrix in python iteratively # build dmatrix in python iteratively
# #