From a9053aff83173580e9c22b00f4fdd0c57a5bd9bb Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Mon, 14 Oct 2019 09:45:23 +0200 Subject: [PATCH] Fix incorrectly displayed Note in the doc (#4943) --- python-package/xgboost/sklearn.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-package/xgboost/sklearn.py b/python-package/xgboost/sklearn.py index 9e34840d2..74d52393e 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -99,8 +99,10 @@ class XGBModel(XGBModelBase): random_state : int Random number seed. - .. note:: Using gblinear booster with shotgun updater is - nondeterministic as it uses Hogwild algorithm. + .. note:: + + Using gblinear booster with shotgun updater is + nondeterministic as it uses Hogwild algorithm. missing : float, optional Value in the data which needs to be present as a missing value. If