diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index d50db519..01d50bf9 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -7,7 +7,7 @@ articles:
parallel: parallel.html
preprocess: preprocess.html
tuning: tuning.html
-last_built: 2022-05-19T19:39Z
+last_built: 2022-05-20T02:23Z
urls:
reference: http://www.schlosslab.org/mikropml/reference
article: http://www.schlosslab.org/mikropml/articles
diff --git a/docs/reference/get_perf_metric_fn.html b/docs/reference/get_perf_metric_fn.html
index f653dac8..969a2529 100644
--- a/docs/reference/get_perf_metric_fn.html
+++ b/docs/reference/get_perf_metric_fn.html
@@ -105,7 +105,7 @@
Examples
#> data$obs <- factor(data$obs, levels = lev)
#> postResample(data[, "pred"], data[, "obs"])
#> }
-#> <bytecode: 0x7fce51a85908>
+#> <bytecode: 0x7f94804e07c8>
#> <environment: namespace:caret>
get_perf_metric_fn("binary")
#> function (data, lev = NULL, model = NULL)
@@ -163,7 +163,7 @@ Examples
#> stats <- stats[c(stat_list)]
#> return(stats)
#> }
-#> <bytecode: 0x7fce50ebe0b8>
+#> <bytecode: 0x7f948124cee8>
#> <environment: namespace:caret>
get_perf_metric_fn("multiclass")
#> function (data, lev = NULL, model = NULL)
@@ -221,7 +221,7 @@ Examples
#> stats <- stats[c(stat_list)]
#> return(stats)
#> }
-#> <bytecode: 0x7fce50ebe0b8>
+#> <bytecode: 0x7f948124cee8>
#> <environment: namespace:caret>