Skip to content

Commit 0076bf9

Browse files
committed
Add showing res_moe estimates
1 parent 43eaf7e commit 0076bf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vignettes/perform_mr.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,11 @@ res_all <- mr_wrapper(dat)
728728
729729
# MR-MoE - predict the performance of each method
730730
res_moe <- mr_moe(res_all, rf)
731+
732+
# Now you can view the estimates, and see that they have
733+
# been sorted in order from most likely to least likely to
734+
# be accurate, based on MOE prediction
735+
res_moe[[1]]$estimates
731736
```
732737

733738
The function does the following:

0 commit comments

Comments
 (0)