#' @param ties_method (`character(1)`)\cr
#' The method to break ties when selecting sets while optimizing and when selecting the best set.
#' Can be `"least_features"` or `"random"`.
#' The option `"least_features"` (default) selects the feature set with the least features.
#' If there are multiple best feature sets with the same number of features, one is selected randomly.
#' The `random` method returns a random feature set from the best feature sets.
#' Ignored if multiple measures are used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.