Correct a mistake in Setting Parameters section (#7905)
This commit is contained in:
parent
4cd14aee5a
commit
a06d53688c
@ -147,7 +147,7 @@ XGBoost can use either a list of pairs or a dictionary to set :doc:`parameters <
|
|||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
evallist = [(dtest, 'eval'), (dtrain, 'train')]
|
evallist = [(dtrain, 'train'), (dtest, 'eval')]
|
||||||
|
|
||||||
Training
|
Training
|
||||||
--------
|
--------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user