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.

autofeat
61
Established
featuristic
52
Established
Maintenance 6/25
Adoption 11/25
Maturity 25/25
Community 19/25
Maintenance 10/25
Adoption 4/25
Maturity 25/25
Community 13/25
Stars: 537
Forks: 64
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 7
Forks: 2
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No risk flags

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.

predictive-modeling feature-engineering machine-learning-workflow data-science model-transparency

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.

predictive-modeling data-science machine-learning-optimization feature-engineering model-performance

Related comparisons

Scores updated daily from GitHub, PyPI, and npm data. How scores work