Package: finetune
Title: Additional Functions for Model Tuning
Version: 0.1.0
Authors@R: 
    c(person(given = "Max",
             family = "Kuhn",
             role = c("aut", "cre"),
             email = "max@rstudio.com",
             comment = c(ORCID = "0000-0003-2402-136X")),
      person(given = "RStudio",
             role = "cph"))
Description: The ability to tune models is important. 'finetune' enhances
    the 'tune' package by providing more specialized methods for finding
    reasonable values of model tuning parameters.  Two racing methods
    described by Kuhn (2014) <arXiv:1405.6974> are included. An iterative
    search method using generalized simulated annealing (Bohachevsky,
    Johnson and Stein, 1986) <doi:10.1080/00401706.1986.10488128> is also
    included.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/finetune,
        https://finetune.tidymodels.org
Depends: tune (>= 0.1.6)
Imports: cli, dials, dplyr, ggplot2, purrr, ranger, rlang, tibble,
        tidyr, tidyselect, utils, vctrs, workflows (>= 0.2.3),
        yardstick
Suggests: BradleyTerry2, covr, discrim, klaR, lme4, modeldata, parsnip,
        recipes (>= 0.1.15), rpart, rsample, spelling, testthat
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1.9000
NeedsCompilation: no
Packaged: 2021-07-21 19:15:15 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2021-07-21 19:40:02 UTC
