I spent weeks doing the same feature engineering steps manually on every project. Missing value maps. Outlier detection. Linearity checks. Cramér's V. VIF. RFECV. So I built a Python package that does all of it automatically. Introducing featurewiz-pro — a 7-phase feature engineering pipeline I designed, built, and published to PyPI from scratch. One command. 47 seconds. Clean, model-ready data. What it does: → Profiles your data and drops useless columns automatically → Detects which features are linear vs non-linear → Expands non-linear features with splines → Screens for multicollinearity and interactions → Selects the best features using RFECV + permutation importance → Audits for data leakage before you ever touch a model Tested across Python 3.9–3.12. 55 tests. 0 failures. Live on PyPI now → pip install featurewiz-pro Walkthrough in the video Git: https://lnkd.in/dHPV7xNK #Python #MachineLearning #DataScience #OpenSource #FeatureEngineering #PyPI

To view or add a comment, sign in

Explore content categories