Package: tidyAML
Title: Automatic Machine Learning with 'tidymodels'
Version: 0.0.2
Authors@R: c(
    person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre","cph"))
    )
Description: The goal of this package will be to provide a simple interface for automatic machine learning that fits the 'tidymodels' framework. The intention is to work for regression and classification problems with a simple verb framework.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/spsanderson/tidyAML
BugReports: https://github.com/spsanderson/tidyAML/issues
Depends: parsnip, R (>= 3.4.0)
Suggests: knitr, rmarkdown, roxygen2, stats, tibble, stringr, utils,
        recipes
VignetteBuilder: knitr
Imports: magrittr, rlang (>= 0.4.11), purrr (>= 0.3.5), dplyr (>=
        1.0.10), rsample (>= 1.1.0), workflows (>= 1.1.2), forcats,
        workflowsets
NeedsCompilation: no
Packaged: 2023-04-20 13:16:46 UTC; steve
Author: Steven Sanderson [aut, cre, cph]
Maintainer: Steven Sanderson <spsanderson@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-20 13:40:02 UTC
