Package: finetune
Title: Additional Functions for Model Tuning
Version: 0.2.0
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2402-136X")),
    person("RStudio", role = c("cph", "fnd"))
  )
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
BugReports: https://github.com/tidymodels/finetune/issues
Depends: R (>= 3.4), tune (>= 0.2.0)
Imports: cli, dials (>= 0.1.0), dplyr, ggplot2, purrr, rlang, tibble,
        tidyr, tidyselect, utils, vctrs, workflows (>= 0.2.6)
Suggests: BradleyTerry2, covr, discrim, klaR, lme4, modeldata, parsnip
        (>= 0.2.1), ranger, recipes (>= 0.2.0), rpart, rsample,
        spelling, testthat, yardstick
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-24 14:40:58 UTC; maxkuhn
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph, fnd]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2022-03-24 18:30:02 UTC
Built: R 4.0.5; ; 2022-03-25 11:14:38 UTC; unix
