Fix incorrectly displayed Note in the doc (#4943)

This commit is contained in:
Peter Badida 2019-10-14 09:45:23 +02:00 committed by Jiaming Yuan
parent 0e0849fa1e
commit a9053aff83

View File

@ -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