#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.