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,7 +99,9 @@ class XGBModel(XGBModelBase):
random_state : int random_state : int
Random number seed. Random number seed.
.. note:: Using gblinear booster with shotgun updater is .. note::
Using gblinear booster with shotgun updater is
nondeterministic as it uses Hogwild algorithm. nondeterministic as it uses Hogwild algorithm.
missing : float, optional missing : float, optional