Update doc for parameter validation. (#5508)

* Update doc for parameter validation.

* Fix github rebase.
This commit is contained in:
Jiaming Yuan 2020-04-11 00:43:46 +08:00 committed by GitHub
parent 1334aca437
commit 4a0c8ef237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ General Parameters
is displayed as warning message. If there's unexpected behaviour, please try to is displayed as warning message. If there's unexpected behaviour, please try to
increase value of verbosity. increase value of verbosity.
* ``validate_parameters`` [default to false, except for Python ``train`` function] * ``validate_parameters`` [default to false, except for Python interface]
- When set to True, XGBoost will perform validation of input parameters to check whether - When set to True, XGBoost will perform validation of input parameters to check whether
a parameter is used or not. The feature is still experimental. It's expected to have a parameter is used or not. The feature is still experimental. It's expected to have