Package: Boruta 8.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_8.0.0.tar.gz
Boruta_8.0.0.tar.gz(r-4.5-noble)Boruta_8.0.0.tar.gz(r-4.4-noble)
Boruta_8.0.0.tgz(r-4.4-emscripten)Boruta_8.0.0.tgz(r-4.3-emscripten)
Boruta.pdf |Boruta.html✨
Boruta/json (API)
NEWS
# Install 'Boruta' in R: |
install.packages('Boruta', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/mbq/boruta
- srx - Small redundant XOR data
Last updated 2 years agofrom:f9542014ba. Checks:OK: 1 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-linux | NOTE | Nov 19 2024 |
Exports:attStatsBorutaconditionalTransdapterdecohereTransdaptergetConfirmedFormulagetImpExtraGinigetImpExtraRawgetImpExtraZgetImpFernsgetImpLegacyRfGinigetImpLegacyRfRawgetImpLegacyRfZgetImpRfGinigetImpRfRawgetImpRfZgetImpXgboostgetNonRejectedFormulagetSelectedAttributesimputeTransdapterplotImpHistoryTentativeRoughFix
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 |
ranger Extra-trees importance adapters | getImpExtra getImpExtraGini getImpExtraRaw getImpExtraZ |
Random Ferns importance | getImpFerns |
randomForest importance adapters | getImpLegacyRf getImpLegacyRfGini getImpLegacyRfRaw getImpLegacyRfZ getLegacyImpRfRaw |
ranger Random Forest importance adapters | getImpRf getImpRfGini getImpRfRaw getImpRfZ |
Xgboost importance | getImpXgboost |
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 |