Skip to content

Commit c48adc1

Browse files
committed
docs(early_stopping): document parameter renaming in versionchanged
1 parent e22856c commit c48adc1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ignite/handlers/early_stopping.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ def score_function(engine):
6565
.. versionchanged:: 0.6.0
6666
Added ``mode`` parameter to support minimization in addition to maximization.
6767
Added ``threshold_mode`` parameter to support both absolute and relative improvements.
68+
Renamed ``min_delta`` to ``threshold``.
69+
Renamed ``min_delta_mode`` to ``threshold_mode``.
70+
Renamed ``cumulative_delta`` to ``cumulative``.
6871
"""
6972

7073
_state_dict_all_req_keys = (

0 commit comments

Comments
 (0)