Data as of Sep 26, 2026 · Based on 4,029,442 AI responses across 13,338 prompts · See how Parse measures this
Autofeat is a Python package that automatically creates and selects features to improve machine-learning model performance without manual feature engineering. It generates a large set of candidate features by applying various transformations and interaction terms, then uses feature selection and regularization to keep the model compact. It integrates with scikit-learn estimators and supports common tasks such as regression and classification.
Parse Score
No contexts measured yet.
Excerpts where AutoFeat appeared in the AI's answer
AutoFeat : Great for linear models. It automatically generates nonlinear feature transformations
Autofeat : A smaller, lighter open-source Python library specifically built for automated feature engineering and selection for linear and non-linear regression/classification tasks.