Skip to content

Commit

Permalink
[dask] Fix typo mentioned in 4101 (#4214)
Browse files Browse the repository at this point in the history
* fix typo in dask _train as mentioned in 4101

* Update python-package/lightgbm/dask.py

Co-authored-by: James Lamb <jaylamb20@gmail.com>
  • Loading branch information
ffineis and jameslamb authored Apr 21, 2021
1 parent 72d7010 commit 887ef4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lightgbm/dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 887ef4c

Please sign in to comment.