R/data.R

#' 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

Try the bolasso package in your browser

Any scripts or data that you put into this service are public.

bolasso documentation built on April 3, 2025, 8:45 p.m.