"src/vscode:/vscode.git/clone" did not exist on "580006836e188cf502942d08e4b07e789adf6392"
Unverified Commit 887ef4cc authored by Frank Fineis's avatar Frank Fineis Committed by GitHub
Browse files

[dask] Fix typo mentioned in 4101 (#4214)



* fix typo in dask _train as mentioned in 4101

* Update python-package/lightgbm/dask.py
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
parent 72d7010b
......@@ -422,7 +422,7 @@ def _train(
# Tell each worker to train on the parts that it has locally
#
# This code treates ``_train_part()`` calls as not "pure" because:
# This code treats ``_train_part()`` calls as not "pure" because:
# 1. there is randomness in the training process unless parameters ``seed``
# and ``deterministic`` are set
# 2. even with those parameters set, the output of one ``_train_part()`` call
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment