Minor cleanup (#2342)

* Clean up demo of multiclass classification

* Remove extra space
This commit is contained in:
Juang, Yi-Lin
2017-05-26 08:40:41 -05:00
committed by Yuan (Terry) Tang
parent f1dc82e3e1
commit 6776292951
2 changed files with 20 additions and 17 deletions

View File

@@ -848,7 +848,7 @@ class Booster(object):
def eval_set(self, evals, iteration=0, feval=None):
# pylint: disable=invalid-name
"""Evaluate a set of data.
"""Evaluate a set of data.
Parameters
----------