Commit 5fc4e60 1 parent 5df0299 commit 5fc4e60 Copy full SHA for 5fc4e60
File tree 4 files changed +5
-1
lines changed
external/model-preparation-algorithm/configs
4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ learning_parameters:
182
182
rules : []
183
183
type : UI_RULES
184
184
visible_in_ui : true
185
- warning : This will automatically control the This and interval when early stopping is enabled.
185
+ warning : This will automatically control the patience and interval when early stopping is enabled.
186
186
type : PARAMETER_GROUP
187
187
visible_in_ui : true
188
188
postprocessing :
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ learning_parameters:
168
168
type : UI_RULES
169
169
value : 0
170
170
visible_in_ui : true
171
+ warning : This is applied exclusively when early stopping is enabled.
171
172
use_adaptive_interval :
172
173
affects_outcome_of : TRAINING
173
174
default_value : true
@@ -181,6 +182,7 @@ learning_parameters:
181
182
rules : []
182
183
type : UI_RULES
183
184
visible_in_ui : true
185
+ warning : This will automatically control the patience and interval when early stopping is enabled.
184
186
type : PARAMETER_GROUP
185
187
visible_in_ui : true
186
188
postprocessing :
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ learning_parameters:
168
168
type : UI_RULES
169
169
value : 0
170
170
visible_in_ui : true
171
+ warning : This is applied exclusively when early stopping is enabled.
171
172
type : PARAMETER_GROUP
172
173
visible_in_ui : true
173
174
postprocessing :
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ learning_parameters:
196
196
type : UI_RULES
197
197
value : 0
198
198
visible_in_ui : true
199
+ warning : This is applied exclusively when early stopping is enabled.
199
200
type : PARAMETER_GROUP
200
201
visible_in_ui : true
201
202
postprocessing :
You can’t perform that action at this time.
0 commit comments