Package: roclab
Title: ROC-Optimizing Binary Classifiers
Version: 0.1.3
Authors@R: 
    c(
      person("Gimun", "Bae", 
             email = "gimunbae0201@gmail.com", 
             role = c("aut", "cre")),
      person("Seung Jun", "Shin", 
             email = "sjshin@korea.ac.kr", 
             role = "aut")
    )
Description: Implements ROC (Receiver Operating Characteristic)–Optimizing 
    Binary Classifiers, supporting both linear and kernel models. Both model 
    types provide a variety of surrogate loss functions. In addition, linear 
    models offer multiple regularization penalties, whereas kernel models 
    support a range of kernel functions. Scalability for large datasets is 
    achieved through approximation-based options, which accelerate training 
    and make fitting feasible on large data. Utilities are provided for model 
    training, prediction, and cross-validation. The implementation builds on 
    the ROC-Optimizing Support Vector Machines. For more information, see 
    Hernàndez-Orallo, José, et al. (2004) <doi:10.1145/1046456.1046489>, 
    presented in the ROC Analysis in AI Workshop (ROCAI-2004).
License: MIT + file LICENSE
Encoding: UTF-8
Imports: stats, graphics, utils, ggplot2, fastDummies, kernlab, pracma,
        rsample, dplyr, caret
RoxygenNote: 7.3.2
Suggests: mlbench, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/gimunBae/roclab
BugReports: https://github.com/gimunBae/roclab/issues
NeedsCompilation: no
Packaged: 2025-10-23 03:43:18 UTC; bgd55
Author: Gimun Bae [aut, cre],
  Seung Jun Shin [aut]
Maintainer: Gimun Bae <gimunbae0201@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-28 08:20:02 UTC
Built: R 4.4.1; ; 2025-10-28 12:51:15 UTC; unix
