r-boruta 8.0.0
Wrapper algorithm for all relevant feature selection
This package provides 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).
- Outputs:
out
- Website: https://gitlab.com/mbq/Boruta/
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-boruta 8.0.0
as follows:
guix install r-boruta@8.0.0
Or install the latest version:
guix install r-boruta
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.