Fix failed tests (+2 squashed commits)

Squashed commits:
[962e1e4] Fix failed tests
[21ca3fb] Removed one unnecessary line
This commit is contained in:
terrytangyuan
2015-10-21 21:49:29 -05:00
parent 652ff07668
commit 755072e378
3 changed files with 3 additions and 4 deletions

View File

@@ -11,4 +11,4 @@ def test_early_stopping_nonparallel():
clf.fit(X_train, y_train, early_stopping_rounds=10, eval_metric="auc",
eval_set=[(X_test, y_test)])
# todo: parallel test for early stopping
# TODO: parallel test for early stopping