Package: Boruta 10.0.0

Miron Bartosz Kursa
Boruta: Wrapper Algorithm for All Relevant Feature Selection
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).
Authors:
Boruta_10.0.0.tar.gz
Boruta_10.0.0.zip(r-4.7)Boruta_10.0.0.zip(r-4.6)Boruta_10.0.0.zip(r-4.5)
Boruta_10.0.0.tgz(r-4.6-any)Boruta_10.0.0.tgz(r-4.5-any)
Boruta_10.0.0.tar.gz(r-4.7-any)Boruta_10.0.0.tar.gz(r-4.6-any)
Boruta_10.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
Boruta/json (API)
NEWS
| # Install 'Boruta' in R: |
| install.packages('Boruta', repos = c('https://mbq.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/mbq/boruta
- srx - Small redundant XOR data
Last updated from:ade6a1b3b7. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 90 | ||
| source / vignettes | OK | 168 | ||
| linux-release-x86_64 | OK | 108 | ||
| macos-release-arm64 | OK | 82 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| windows-devel | OK | 96 | ||
| windows-release | OK | 70 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 112 |
Exports:attStatsBorutaconditionalTransdapterdecohereTransdaptergetConfirmedFormulagetImpFernsgetImpFruRawgetImpFruZgetImpLegacyRfGinigetImpLegacyRfRawgetImpLegacyRfZgetImpRfGinigetImpRfRawgetImpRfZgetNonRejectedFormulagetSelectedAttributesimputeTransdapterplotImpHistoryTentativeRoughFix
Dependencies:fru
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Extract attribute statistics | attStats |
| Feature selection with the Boruta algorithm | Boruta Boruta.default Boruta.formula |
| Conditional transdapter | conditionalTransdapter |
| Decohere transdapter | decohereTransdapter |
| Export Boruta result as a formula | getConfirmedFormula getNonRejectedFormula |
| Random Ferns importance | getImpFerns |
| Fru Random Forest importance adapters | getImFruRaw getImpFru getImpFruRaw getImpFruZ |
| randomForest importance adapters | getImpLegacyRf getImpLegacyRfGini getImpLegacyRfRaw getImpLegacyRfZ getLegacyImpRfRaw |
| Ranger Random Forest importance adapters | getImpRf getImpRfGini getImpRfRaw getImpRfZ |
| Extract names of the selected attributes | getSelectedAttributes |
| Impute transdapter | imputeTransdapter |
| Plot Boruta object | plot.Boruta |
| Plot Boruta object as importance history | plotImpHistory |
| Print Boruta object | print.Boruta |
| Small redundant XOR data | srx |
| Rough fix of Tentative attributes | TentativeRoughFix |