Create an account to participate in the community.

Sign Up Login

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.

Response #1
By Wojciech G. on 2021-04-13 00:55
Thanks Michelle, that's really cool. There's also featuretools.org, though I haven't used it myself.