R/data.R

#' MNIST train data
#'
#' - Original source    http://yann.lecun.com/exdb/mnist/
#' - Converted to csv   https://pjreddie.com/projects/mnist-in-csv/
#' - Downloaded from    https://www.kaggle.com/datasets/oddrationale/mnist-in-csv
#'
#' @format A data frame with 60000 rows and 785 variables.
#'
#' @source \url{http://yann.lecun.com/exdb/mnist/}
"mnist_train"

#' MNIST test data
#'
#' - Original source    http://yann.lecun.com/exdb/mnist/
#' - Converted to csv   https://pjreddie.com/projects/mnist-in-csv/
#' - Downloaded from    https://www.kaggle.com/datasets/oddrationale/mnist-in-csv
#'
#' @format A data frame with 60000 rows and 785 variables.
#'
#' @source \url{http://yann.lecun.com/exdb/mnist/}
"mnist_test"

#' 10,000 observations of ID and year of birth
#'
#' A data frame where x is an ID and y is year of birth.
#'
#' @format A data frame (klassets class) with 10000 rows and 2 variables.
#'
"idyob10k"

#' 1000 observations of ID and year of birth
#'
#' A data frame where x is an ID and y is year of birth.
#'
#' @format A data frame (klassets class) with 1000 rows and 2 variables.
#'
"idyob1k"
jbkunst/klassets documentation built on Dec. 7, 2022, 9:18 p.m.