Update dask.rst to correct a spelling mistake (#5371)
Change `signle-node` to `single-node`
This commit is contained in:
parent
a461a9a90a
commit
2d76d40dfd
@ -42,7 +42,7 @@ illustrates the basic usage:
|
|||||||
dtrain,
|
dtrain,
|
||||||
num_boost_round=4, evals=[(dtrain, 'train')])
|
num_boost_round=4, evals=[(dtrain, 'train')])
|
||||||
|
|
||||||
Here we first create a cluster in signle-node mode wtih ``distributed.LocalCluster``, then
|
Here we first create a cluster in single-node mode wtih ``distributed.LocalCluster``, then
|
||||||
connect a ``client`` to this cluster, setting up environment for later computation.
|
connect a ``client`` to this cluster, setting up environment for later computation.
|
||||||
Similar to non-distributed interface, we create a ``DMatrix`` object and pass it to
|
Similar to non-distributed interface, we create a ``DMatrix`` object and pass it to
|
||||||
``train`` along with some other parameters. Except in dask interface, client is an extra
|
``train`` along with some other parameters. Except in dask interface, client is an extra
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user