parent
ac7a9edb06
commit
3610025fb6
@ -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
|
||||||
-------
|
-------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user