From 864d236a827785264cbce50e9675489954c90285 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Fri, 22 Oct 2021 14:12:32 +0800 Subject: [PATCH] [doc] Remove `num_pbuffer`. [skip ci] (#7356) --- doc/parameter.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/parameter.rst b/doc/parameter.rst index 4f32f88f0..0a95baf9b 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -53,10 +53,6 @@ General Parameters - Flag to disable default metric. Set to 1 or ``true`` to disable. -* ``num_pbuffer`` [set automatically by XGBoost, no need to be set by user] - - - Size of prediction buffer, normally set to number of training instances. The buffers are used to save the prediction results of last boosting step. - * ``num_feature`` [set automatically by XGBoost, no need to be set by user] - Feature dimension used in boosting, set to maximum dimension of the feature