feature-engine

Package — MLPython 3.7+Advanced

Feature engineering and selection for scikit-learn pipelines

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, pandas, scikit-learn, scipy
Install
pip install feature-engine

Learn by Difficulty

Quick Example

python
# Install: pip install feature-engine
import feature_engine

# Basic feature-engine usage
print(f"Using feature-engine")
# See documentation for detailed examples

feature-engine is a third-party package. Feature engineering and selection for scikit-learn pipelines. Install with: pip install feature-engine

Try in Playground

Tags

packagemachine-learningaimodeling