Package: tidyAML
Title: Automatic Machine Learning with 'tidymodels'
Version: 0.0.6
Authors@R: c(
    person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre","cph"),
      comment = c(ORCID = "0009-0006-7661-8247"))
    )
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
URL: https://www.spsanderson.com/tidyAML/,
        https://github.com/spsanderson/tidyAML
BugReports: https://github.com/spsanderson/tidyAML/issues
Depends: parsnip, R (>= 4.1.0)
Suggests: knitr, rmarkdown, stats, tibble, stringr, utils, recipes,
        multilevelmod, rules, poissonreg, censored, baguette, bonsai,
        brulee, rstanarm, dbarts, kknn, ranger, randomForest,
        LiblineaR, flexsurv, gee, glmnet, discrim, kernlab, klaR, mda,
        sda, sparsediscrim
VignetteBuilder: knitr
Imports: rlang (>= 0.4.11), purrr (>= 0.3.5), dplyr (>= 1.0.10),
        rsample (>= 1.1.0), workflows (>= 1.1.2), forcats,
        workflowsets, tidyr, broom, ggplot2, magrittr, tune (>= 1.3.0)
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-05-12 15:12:24 UTC; ssanders
Author: Steven Sanderson [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0006-7661-8247>)
Maintainer: Steven Sanderson <spsanderson@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-12 15:40:03 UTC
Built: R 4.5.2; ; 2025-11-08 05:08:43 UTC; windows
