#' @param properties (`character()`)\cr
#' Properties of the measure.
#' Must be a subset of [mlr_reflections$measure_properties][mlr3::mlr_reflections].
#' Supported by `mlr3`:
#' * `"requires_task"` (requires the complete [mlr3::Task]),
#' * `"requires_learner"` (requires the trained [mlr3::Learner]),
#' * `"requires_train_set"` (requires the training indices from the [mlr3::Resampling]), and
#' * `"na_score"` (the measure is expected to occasionally return `NA` or `NaN`).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.