File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,9 @@ struct.
476
476
477
477
- `measure`: vector of measures (metrics) used to evaluate performance
478
478
479
+ - `model`: model used to create the performance evaluation. In the case a
480
+ tuning model, this is the best model found.
481
+
479
482
- `measurement`: vector of measurements - one for each element of
480
483
`measure` - aggregating the performance measurements over all
481
484
train/test pairs (folds). The aggregation method applied for a given
Original file line number Diff line number Diff line change 794
794
print (show_text)
795
795
docstring_text = string (@doc (PerformanceEvaluation))
796
796
for fieldname in fieldnames (PerformanceEvaluation)
797
+ if fieldname == :model
798
+ continue
799
+ end
797
800
@test contains (show_text, string (fieldname))
798
801
# string(text::Markdown.MD) converts `-` list items to `*`.
799
802
@test contains (docstring_text, " * `$fieldname `" )
You can’t perform that action at this time.
0 commit comments