Fix failed tests (+2 squashed commits)
Squashed commits: [962e1e4] Fix failed tests [21ca3fb] Removed one unnecessary line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user