Deleted redundant blank lines

This commit is contained in:
terrytangyuan 2015-10-04 23:29:40 -05:00
parent 9d627e2567
commit fc5036a630

View File

@ -58,18 +58,3 @@ def test_show_stdv():
num_round = 2
xgb.cv(param, dtrain, num_round, nfold=5,
metrics={'error'}, seed = 0, show_stdv = False)