Fix incorrectly displayed Note in the doc (#4943)
This commit is contained in:
parent
0e0849fa1e
commit
a9053aff83
@ -99,8 +99,10 @@ class XGBModel(XGBModelBase):
|
|||||||
random_state : int
|
random_state : int
|
||||||
Random number seed.
|
Random number seed.
|
||||||
|
|
||||||
.. note:: Using gblinear booster with shotgun updater is
|
.. note::
|
||||||
nondeterministic as it uses Hogwild algorithm.
|
|
||||||
|
Using gblinear booster with shotgun updater is
|
||||||
|
nondeterministic as it uses Hogwild algorithm.
|
||||||
|
|
||||||
missing : float, optional
|
missing : float, optional
|
||||||
Value in the data which needs to be present as a missing value. If
|
Value in the data which needs to be present as a missing value. If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user