Update GPU doc. (#4953)

This commit is contained in:
Jiaming Yuan
2019-10-16 05:54:09 -04:00
committed by GitHub
parent 7e72a12871
commit 185e3f1916
2 changed files with 17 additions and 8 deletions

View File

@@ -101,8 +101,8 @@ class XGBModel(XGBModelBase):
.. note::
Using gblinear booster with shotgun updater is
nondeterministic as it uses Hogwild algorithm.
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
@@ -960,8 +960,10 @@ class XGBRanker(XGBModel):
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