Overview of Autofeat features and use cases
mainAutofeat is a Python library designed to improve linear model performance by automating the generation of non-linear features and selecting a robust subset of them.
Key Features
- Automated Feature Generation and Selection: Automatically creates and selects features to enhance linear models.
- Improved Performance and Interpretability: Increases prediction accuracy while maintaining the transparency of linear models.
- Seamless Integration: Fully compatible with
scikit-learnpipelines.
Use Cases
- Supervised learning where model transparency is required.
- Feature selection in large datasets to automate variable discovery.
- Non-linear feature discovery to leverage complex relationships without increasing model complexity.