Package: Boruta
Title: Wrapper Algorithm for All Relevant Feature Selection
Version: 9.0.0
Imports: ranger
Suggests: mlbench, rFerns, randomForest, testthat, xgboost, survival
Authors@R: c(
  person(
   c("Miron","Bartosz"),"Kursa",
   role=c("aut","cre"),
   email="M.Kursa@icm.edu.pl",
   comment=c(ORCID="0000-0001-7672-648X")
  ),
  person(
   c("Witold","Remigiusz"),"Rudnicki",
   role="aut"
  )
 )
Description: An all relevant feature selection wrapper algorithm.
 It finds relevant features by comparing original attributes' importance with importance achievable at random, estimated using their permuted copies (shadows).
BugReports: https://gitlab.com/mbq/Boruta/-/issues
License: GPL (>= 2)
URL: https://gitlab.com/mbq/Boruta/
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: no
Author: Miron Bartosz Kursa [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7672-648X>),
  Witold Remigiusz Rudnicki [aut]
Maintainer: Miron Bartosz Kursa <M.Kursa@icm.edu.pl>
Packaged: 2025-07-21 18:36:41 UTC; mbq
Repository: CRAN
Date/Publication: 2025-07-22 15:01:00 UTC
Built: R 4.4.3; ; 2025-10-13 10:26:35 UTC; windows
