# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "recipes" in publications use:' type: software license: MIT title: 'recipes: Preprocessing and Feature Engineering Steps for Modeling' version: 1.1.0.9000 doi: 10.32614/CRAN.package.recipes abstract: A recipe prepares your data for modeling. We provide an extensible framework for pipeable sequences of feature engineering steps provides preprocessing tools to be applied to data. Statistical parameters for the steps can be estimated from an initial data set and then applied to other data sets. The resulting processed output can then be used as inputs for statistical or machine learning models. authors: - family-names: Kuhn given-names: Max email: max@posit.co - family-names: Wickham given-names: Hadley email: hadley@posit.co - family-names: Hvitfeldt given-names: Emil email: emil.hvitfeldt@posit.co repository: https://tidymodels.r-universe.dev repository-code: https://github.com/tidymodels/recipes commit: 3181a7ef5b727c14605f6a36aac83a18df7598f4 url: https://recipes.tidymodels.org/ contact: - family-names: Kuhn given-names: Max email: max@posit.co