# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "modeltuning" in publications use:' type: software license: MIT title: 'modeltuning: Model Selection and Tuning Utilities' version: 0.1.3 doi: 10.32614/CRAN.package.modeltuning abstract: Provides a lightweight framework for model selection and hyperparameter tuning in R. The package offers intuitive tools for grid search, cross-validation, and combined grid search with cross-validation that work seamlessly with virtually any modeling package. Designed for flexibility and ease of use, it standardizes tuning workflows while remaining fully compatible with a wide range of model interfaces and estimation functions. authors: - family-names: Molitor given-names: Daniel email: molitdj97@gmail.com repository: https://dmolitor.r-universe.dev repository-code: https://github.com/dmolitor/modeltuning commit: b48dd025f775fc928fd15226f90e648b5a1118be url: https://www.dmolitor.com/modeltuning/ date-released: '2025-12-05' contact: - family-names: Molitor given-names: Daniel email: molitdj97@gmail.com