From 2d76d40dfda1740eb33d844243621e4635c18441 Mon Sep 17 00:00:00 2001 From: Samrat Pandiri <51691541+samratp@users.noreply.github.com> Date: Thu, 27 Feb 2020 23:46:41 +1100 Subject: [PATCH] Update dask.rst to correct a spelling mistake (#5371) Change `signle-node` to `single-node` --- doc/tutorials/dask.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/dask.rst b/doc/tutorials/dask.rst index 94167d487..3bb0c8a66 100644 --- a/doc/tutorials/dask.rst +++ b/doc/tutorials/dask.rst @@ -42,7 +42,7 @@ illustrates the basic usage: dtrain, 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. 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