Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
841943f2
Unverified
Commit
841943f2
authored
Mar 30, 2021
by
Nikita Titov
Committed by
GitHub
Mar 30, 2021
Browse files
[docs] fix param name typo in comments (#4139)
parent
f879018b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/dask.py
python-package/lightgbm/dask.py
+1
-1
No files found.
python-package/lightgbm/dask.py
View file @
841943f2
...
@@ -383,7 +383,7 @@ def _train(
...
@@ -383,7 +383,7 @@ def _train(
#
#
# This code treates ``_train_part()`` calls as not "pure" because:
# This code treates ``_train_part()`` calls as not "pure" because:
# 1. there is randomness in the training process unless parameters ``seed``
# 1. there is randomness in the training process unless parameters ``seed``
# and ``
is_
deterministic`` are set
# and ``deterministic`` are set
# 2. even with those parameters set, the output of one ``_train_part()`` call
# 2. even with those parameters set, the output of one ``_train_part()`` call
# relies on global state (it and all the other LightGBM training processes
# relies on global state (it and all the other LightGBM training processes
# coordinate with each other)
# coordinate with each other)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment