Package: MLDataR
Type: Package
Title: Collection of Machine Learning Datasets for Supervised Machine
        Learning
Version: 0.1.3
Authors@R: c(
          person("Gary", "Hutson", , "hutsons-hacks@outlook.com", c("aut", "cre"), 
          comment = c(ORCID="0000-0003-3534-6143")),
          person("Asif", "Laldin", , "laldin.asif@gmail.com", c("aut")),
          person("Isabella", "Velásquez", , "ivelasq@gmail.com", c("aut"))
          )
Maintainer: Gary Hutson <hutsons-hacks@outlook.com>
Description: Contains a collection of datasets for working with machine learning tasks.
    It will contain datasets for supervised machine learning Jiang (2020)<doi:10.1016/j.beth.2020.05.002> and will include datasets for classification and regression.
    The aim of this package is to use data generated around health and other domains.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/StatsGary/MLDataR/issues
Imports: ConfusionTableR, dplyr, parsnip, rsample, recipes, workflows,
        ranger, caret, varhandle, OddsPlotty, ggplot2
RoxygenNote: 7.1.2
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2022-03-07 17:00:14 UTC; Gary.Hutson
Author: Gary Hutson [aut, cre] (<https://orcid.org/0000-0003-3534-6143>),
  Asif Laldin [aut],
  Isabella Velásquez [aut]
Repository: CRAN
Date/Publication: 2022-03-08 13:00:15 UTC
