R/ucimlr.R

#' UCI Machine learning Repository unofficial interface
#'
#' ucimlr is a package which allows for easy interface to UCI's Machine Learning Repository. It
#' downloads, decompresses, and labels data for easy consumption. By default, it will return
#' downloaded data as a data frame, but it can also support the tbl format (Tibble package) and
#' the task format (mlr package).
Prometheus77/ucimlr documentation built on Jan. 16, 2020, 1:43 p.m.