Skip to content

Commit

Permalink
Fix typo (dmlc#2818)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
caoyi0905 authored and terrytangyuan committed Oct 23, 2017
1 parent ac7a9ed commit 3610025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-package/xgboost/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def reset_learning_rate(learning_rates):
or a customized function that calculates eta in terms of
current number of round and the total number of boosting round (e.g. yields
learning rate decay)
- list l: eta = l[boosting round]
- function f: eta = f(boosting round, num_boost_round)
- list l: eta = l[boosting_round]
- function f: eta = f(boosting_round, num_boost_round)
Returns
-------
Expand Down

0 comments on commit 3610025

Please sign in to comment.