File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -208,10 +208,11 @@ supports reporting.
208
208
Overloading this method is optional, unless the model generates reports that are neither
209
209
named tuples nor `nothing`.
210
210
211
- Assuming each dictionary value is a named tuple or `nothing`, the fallback returns the
212
- usual named tuple merge of the dictionary values, ignoring any `nothing` values, and
213
- assuming there are no conflicts between the keys of the dictionary values (the individual
214
- reports). If there is a key conflict, all operation reports are first wrapped in a named
211
+ Assuming each value in the `report_given_method` dictionary is either a named tuple
212
+ or `nothing`, and there are no conflicts between the keys of the dictionary values
213
+ (the individual reports), the fallback returns the usual named tuple merge of the
214
+ dictionary values, ignoring any `nothing` value. If there is a key conflict, all operation
215
+ reports are first wrapped in a named
215
216
tuple of length one, as in `(predict=predict_report,)`. A `:fit` report is never wrapped.
216
217
217
218
If any dictionary `value` is neither a named tuple nor `nothing`, it is first wrapped as
You can’t perform that action at this time.
0 commit comments