Nothing
#' Example Random Forest Data
#'
#' This dataset contains example data from a Random Forest model.
#'
#' @format A data frame with 2 columns:
#' \describe{
#' \item{actual}{Actual values}
#' \item{predicted}{Predicted probabilities}
#' }
#' @source Full test data set using random forest classifier, see Section 6 in Reference.
#'
#' @references
#' Holzmann, H., Klar, B. (2026). Robust performance metrics for imbalanced classification problems.
#' arXiv:2404.07661. \href{https://arxiv.org/abs/2404.07661}{LINK}
#'
"rf.data"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.