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

WillKoehrsen/feature-selector

Feature selector is a tool for dimensionality reduction of machine learning datasets observed · 2026-08-28

github.com/WillKoehrsen/feature-selector · Jupyter Notebook · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 2996
  • days_rel: n/a
  • days_push: 807
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2228 stars · 763 forks observed · 2026-08-28

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

A Python library for feature selection that identifies features to remove from machine learning datasets using five methods: missing values, single unique values, collinear features, zero importance features, and low importance features. It includes visualization tools such as correlation heatmaps and feature importance plots.

Use cases

  • remove collinear features from a dataset
  • drop features with too many missing values
  • identify zero importance features before training
  • reduce dimensionality of a machine learning dataset
  • visualize feature correlations in a dataframe
  • prune low importance features to speed up model training

When to choose

  • you want a simple, notebook-friendly feature selection workflow for tabular data
  • you need to inspect and visualize feature importance and collinearity before modeling
  • you work with pandas DataFrames and want automated removal of redundant columns

When to avoid

  • you need feature selection for non-tabular data like text or images
  • you require actively maintained tooling with modern dependency versions
  • you need scalable feature selection for very large datasets beyond memory

Facets

library · maturity maintenance

machine-learning data-science data-visualization machine-learning data-science python feature-selection dimensionality-reduction jupyter-notebook lightgbm pandas

1 source

Member repositories

RepositoryRoleHealth v2
WillKoehrsen/feature-selectormain32

For agents

markdown · JSON · MCP: product_card(name="WillKoehrsen/feature-selector")

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