Nothing
#' Customer transaction data
#'
#' Predict whether customers will make a specific transaction based on
#' a rich set of user features.
#' @format Dataframe with columns
#' \describe{
#' \item{target}{An integer indicating whether a customer engaged in a transaction.}
#' \item{var_i}{200 numeric features of various customer characteristics.}
#' }
"transactions"
#' @importFrom tibble tibble
NULL
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.