# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "barn" in publications use:' type: software license: MIT title: 'barn: Preprocessing and Feature Engineering Steps before Modeling' version: 0.0.0.9000 doi: 10.32614/CRAN.package.barn abstract: The package provides pipeable functions to simplify preprocessing of tabular data prior to machine learning modeling. Users can combine multiple datasets, define feature engineering steps (such as creating new predictors from nominal or numeric columns), and then split the data back into preprocessed datasets ready to be used in machine learning workflows. authors: - family-names: Rosell given-names: Jordi email: jroselln@gmail.com orcid: https://orcid.org/0000-0002-4349-1458 repository: https://jrosell.r-universe.dev repository-code: https://github.com/jrosell/barn commit: cea7b0d85af4ea960b6be1c170a340bbf0677837 url: https://jrosell.github.io/barn date-released: '2025-09-10' contact: - family-names: Rosell given-names: Jordi email: jroselln@gmail.com orcid: https://orcid.org/0000-0002-4349-1458