12345678910111213141516171819202122232425 |
- Package: Boruta
- Title: Wrapper Algorithm for All Relevant Feature Selection
- Version: 7.0.0
- Depends: ranger
- Suggests: mlbench, rFerns, randomForest, testthat, xgboost
- 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://notabug.org/mbq/Boruta/issues
- License: GPL (>= 2)
- URL: https://notabug.org/mbq/Boruta/
- RoxygenNote: 6.1.0
- Encoding: UTF-8
|