abess-team/abess
Fast Best-Subset Selection Library
This tool helps researchers and analysts build predictive models more effectively by identifying the most important factors influencing an outcome. You provide your dataset with many potential predictor variables, and it quickly outputs a simplified model that focuses only on the truly significant variables, leading to clearer insights and more robust predictions. It's designed for anyone who needs to understand which specific factors among many are driving a particular result, such as in medical research or market analysis.
491 stars. Available on PyPI.
Use this if you have a dataset with many features and need to find the smallest, most impactful set of predictors to build an accurate and interpretable model, such as predicting patient health based on gene expression.
Not ideal if you need every single variable included in your model, regardless of its predictive power, or if your primary goal is infrastructure development rather than statistical modeling.
Stars
491
Forks
42
Language
C++
License
—
Category
Last pushed
Mar 04, 2026
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/abess-team/abess"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
feature-engine/feature_engine
Feature engineering and selection open-source Python library compatible with sklearn.
alteryx/featuretools
An open source python library for automated feature engineering
cod3licious/autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
abhayspawar/featexp
Feature exploration for supervised learning
rodrigo-arenas/Sklearn-genetic-opt
ML hyperparameters tuning and features selection, using evolutionary algorithms.