Package: SHAPBoost
Title: The SHAPBoost Feature Selection Algorithm
Version: 1.0.0
Authors@R: c(
    person("Ömer Tarik", "Özyilmaz", email = "o.t.ozyilmaz@umcg.nl", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0005-3911-5520")),
    person("Tamas", "Szili-Török", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-8675-9234")))
Description: The implementation of SHAPBoost, a boosting-based feature selection technique that ranks features iteratively based on Shapley values.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: xgboost, SHAPforxgboost, methods, caret, Matrix
Suggests: flare, survival
URL: https://github.com/O-T-O-Z/SHAPBoost-R
BugReports: https://github.com/O-T-O-Z/SHAPBoost-R/issues
NeedsCompilation: no
Packaged: 2025-09-22 09:04:24 UTC; o.t.ozyilmaz
Author: Ömer Tarik Özyilmaz [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0005-3911-5520>),
  Tamas Szili-Török [aut, cph] (ORCID:
    <https://orcid.org/0000-0001-8675-9234>)
Maintainer: Ömer Tarik Özyilmaz <o.t.ozyilmaz@umcg.nl>
Repository: CRAN
Date/Publication: 2025-09-29 16:40:02 UTC
Built: R 4.5.1; ; 2025-10-29 05:03:30 UTC; windows
