Ross ROSS = Recommend OSS · open-source software intelligence for agents

scikit-learn-contrib/boruta_py

Python implementations of the Boruta all-relevant feature selection method. observed · 2026-08-28

github.com/scikit-learn-contrib/boruta_py · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

46/100

  • Activity 52
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3868
  • days_rel: n/a
  • days_push: 293
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1627 stars · 264 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python implementation of the Boruta all-relevant feature selection method, built on scikit-learn. It identifies all features carrying predictive information rather than just a minimal optimal subset, with a scikit-learn-compatible fit/transform interface.

Use cases

  • find all features relevant for prediction in a dataset
  • feature selection before training a machine learning model
  • understand which variables explain a phenomenon in my data
  • rank features by importance using random forests
  • select features for biological or genomic data analysis

When to choose

  • you want all relevant features, not just a minimal subset
  • you work within the scikit-learn ecosystem
  • you need feature importance ranking with statistical rigor

When to avoid

  • you need a minimal optimal feature subset for a specific classifier
  • your data is too large for iterative random-forest fitting
  • you need non-tree-based feature selection methods

Facets

library · maturity active

machine-learning data-science machine-learning data-science python feature-selection scikit-learn boruta random-forest all-relevant-feature-selection

1 source

Member repositories

RepositoryRoleHealth v2
scikit-learn-contrib/boruta_pymain46

For agents

markdown · JSON · MCP: product_card(name="scikit-learn-contrib/boruta_py")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem