Unverified Commit 841943f2 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] fix param name typo in comments (#4139)

parent f879018b
......@@ -383,7 +383,7 @@ def _train(
#
# This code treates ``_train_part()`` calls as not "pure" because:
# 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
# relies on global state (it and all the other LightGBM training processes
# coordinate with each other)
......
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