R/df.R

#' A sample with the target and predictions
#'
#' A dataset containing two columns, \code{yhat} and \code{y}
#'
#' @format A data frame with 500 rows and 2 variables:
#' \describe{
#'   \item{yhat}{predictions}
#'   \item{y}{target}
#' }
#' @source package \code{yardstick::two_class_example}
"df"
JiaxiangBU/add2evaluation documentation built on Jan. 21, 2020, 7:05 a.m.