autofeat and featuristic
These are **competitors**: both automate feature engineering and selection for predictive modeling, but autofeat uses linear models with regularization-based feature selection while featuristic uses symbolic regression with genetic programming—requiring users to choose based on whether they prefer interpretability through symbolic expressions or scalability through linear methods.
About autofeat
cod3licious/autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
This helps data scientists and machine learning engineers build more accurate linear prediction models by automatically finding and creating new features from raw data. You input your existing dataset, and it outputs a refined set of features that improve your model's predictive power while keeping the model easy to understand. It's designed for professionals working with supervised learning tasks who need transparent, high-performing models.
About featuristic
martineastwood/featuristic
Automated, interpretable feature engineering using symbolic regression and genetic programming.
This project helps data scientists and machine learning practitioners automatically create new, insightful features from their existing datasets. You provide your raw data, and it intelligently generates new, interpretable mathematical features that improve the accuracy of your predictive models. It's designed for anyone building machine learning models who wants to enhance model performance without manually crafting complex data transformations.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work