Package: Boruta Title: Wrapper Algorithm for All Relevant Feature Selection Version: 10.0.0 Imports: fru Suggests: rFerns, randomForest, ranger, survival Authors@R: c( person( c("Miron","Bartosz"),"Kursa", role=c("aut","cre"), email="m@mbq.me", 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). License: GPL (>= 2) URL: https://gitlab.com/mbq/Boruta/ RoxygenNote: 7.3.3 Encoding: UTF-8 NeedsCompilation: no Repository: https://mbq.r-universe.dev Date/Publication: 2026-05-10 22:17:47 UTC RemoteUrl: https://gitlab.com/mbq/boruta RemoteRef: HEAD RemoteSha: ade6a1b3b7f4e9057b9c49407bfe907d3a86db69 Packaged: 2026-06-16 08:03:03 UTC; root Author: Miron Bartosz Kursa [aut, cre] (ORCID: ), Witold Remigiusz Rudnicki [aut] Maintainer: Miron Bartosz Kursa