# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "unifiedml" in publications use:' type: software license: MIT title: 'unifiedml: Unified Interface for Machine Learning Models' version: 0.3.0 doi: 10.32614/CRAN.package.unifiedml abstract: Provides a unified R6-based interface for various machine learning models with automatic interface detection, consistent cross-validation, model interpretations via numerical derivatives, and visualization. Supports both regression and classification tasks with any model function that follows R's standard modeling conventions (formula or matrix interface). authors: - family-names: Moudiki given-names: T. email: thierry.moudiki@gmail.com repository: https://techtonique.r-universe.dev repository-code: https://github.com/Techtonique/unifiedml commit: eb5faa3666048090e2ea582b9b1b9b2d009bf784 url: https://github.com/Techtonique/unifiedml date-released: '2026-05-05' contact: - family-names: Moudiki given-names: T. email: thierry.moudiki@gmail.com