DESCRIPTION 763 B

12345678910111213141516171819202122232425
  1. Package: Boruta
  2. Title: Wrapper Algorithm for All Relevant Feature Selection
  3. Version: 7.0.0
  4. Depends: ranger
  5. Suggests: mlbench, rFerns, randomForest, testthat, xgboost
  6. Authors@R: c(
  7. person(
  8. c("Miron","Bartosz"),"Kursa",
  9. role=c("aut","cre"),
  10. email="M.Kursa@icm.edu.pl",
  11. comment=c(ORCID="0000-0001-7672-648X")
  12. ),
  13. person(
  14. c("Witold","Remigiusz"),"Rudnicki",
  15. role="aut"
  16. )
  17. )
  18. Description: An all relevant feature selection wrapper algorithm.
  19. It finds relevant features by comparing original attributes' importance with importance achievable at random, estimated using their permuted copies (shadows).
  20. BugReports: https://notabug.org/mbq/Boruta/issues
  21. License: GPL (>= 2)
  22. URL: https://notabug.org/mbq/Boruta/
  23. RoxygenNote: 6.1.0
  24. Encoding: UTF-8