Question:
Feature-Engine: Python library for feature engineering
Asked on 2021-04-12 16:26 by Michelle W.
This is really neat: https://feature-engine.readthedocs.io/en/1.0.x/
It's a Python library that makes it easy to engineer features. The library provides shortcuts for things like one-hot encoding, missing data, and so on... Looks like it could help a lot of people, especially if you use Scikit-learn.