Fix typo
This commit is contained in:
caoyi 2017-10-23 10:45:49 -05:00 committed by Yuan (Terry) Tang
parent ac7a9edb06
commit 3610025fb6

View File

@ -111,8 +111,8 @@ def reset_learning_rate(learning_rates):
or a customized function that calculates eta in terms of or a customized function that calculates eta in terms of
current number of round and the total number of boosting round (e.g. yields current number of round and the total number of boosting round (e.g. yields
learning rate decay) learning rate decay)
- list l: eta = l[boosting round] - list l: eta = l[boosting_round]
- function f: eta = f(boosting round, num_boost_round) - function f: eta = f(boosting_round, num_boost_round)
Returns Returns
------- -------