Package: baguette Title: Efficient Model Functions for Bagging Version: 1.1.0.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Tree- and rule-based models can be bagged () using this package and their predictions equations are stored in an efficient format to reduce the model objects size and speed. License: MIT + file LICENSE URL: https://baguette.tidymodels.org, https://github.com/tidymodels/baguette BugReports: https://github.com/tidymodels/baguette/issues Depends: parsnip (>= 1.0.0), R (>= 4.1) Imports: butcher, C50, cli, dials, dplyr, furrr, generics, hardhat (>= 1.1.0), purrr, rlang (>= 1.1.0), rpart, rsample, tibble, tidyr, utils, withr Suggests: covr, earth, modeldata, nnet, recipes, rmarkdown, spelling, testthat (>= 3.0.0), yardstick Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2024-10-23 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Collate: 'C5.0.R' 'bag_mars_data.R' 'bag_nnet_data.R' 'bag_tree_data.R' 'import-standalone-types-check.R' 'validate.R' 'bagger.R' 'baguette-package.R' 'bridge.R' 'cart.R' 'class_cost.R' 'constructor.R' 'cost_models.R' 'import-standalone-obj-type.R' 'mars.R' 'misc.R' 'model_info.R' 'nnet.R' 'out-of-bag.R' 'predict.R' 'var_imp.R' 'zzz.R' Config/pak/sysreqs: libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-11-14 09:38:25 UTC RemoteUrl: https://github.com/tidymodels/baguette RemoteRef: HEAD RemoteSha: 237f2e6df0d8fdc24eed430db4abf3a88fe81f4d NeedsCompilation: no Packaged: 2026-06-22 22:11:47 UTC; root Author: Max Kuhn [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Max Kuhn