From 4a0c8ef23714754f2a73414cc13fd3ad05ce7fda Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Sat, 11 Apr 2020 00:43:46 +0800 Subject: [PATCH] Update doc for parameter validation. (#5508) * Update doc for parameter validation. * Fix github rebase. --- doc/parameter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/parameter.rst b/doc/parameter.rst index 755cb5346..606aa29c1 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -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 ``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 a parameter is used or not. The feature is still experimental. It's expected to have