TST: Added tests for binary classification

This commit is contained in:
terrytangyuan 2015-10-04 22:53:31 -05:00
parent 1411d3f37f
commit 7b9b4f821b

View File

@ -59,8 +59,6 @@ def test_show_stdv():
xgb.cv(param, dtrain, num_round, nfold=5,
metrics={'error'}, seed = 0, show_stdv = False)
test_custom_objective()