Update dask.rst to correct a spelling mistake (#5371)

Change `signle-node` to `single-node`
This commit is contained in:
Samrat Pandiri 2020-02-27 23:46:41 +11:00 committed by GitHub
parent a461a9a90a
commit 2d76d40dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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