Enable parameter validation for R. (#5569)

* Enable parameter validation for R.

* Add test.
This commit is contained in:
Jiaming Yuan
2020-04-22 02:19:09 +08:00
committed by GitHub
parent 564b22cee5
commit c355ab65ed
4 changed files with 43 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ General Parameters
is displayed as warning message. If there's unexpected behaviour, please try to
increase value of verbosity.
* ``validate_parameters`` [default to false, except for Python interface]
* ``validate_parameters`` [default to false, except for Python and R interface]
- 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