feature_engine
feature_engine copied to clipboard
Feature engineering package with sklearn like functionality
for each transformer, and also in the quickstart we have code in rst files. I would like to introduce tests, so when we make changes, the tests would highlight if...
set up sphinx-gallery with tutorials and examples https://sphinx-gallery.github.io/stable/index.html
Hi, as stated in the course here you are the draft of the functions used several times in the course (I tried it and seems to work fine, but I...
connected to #530
While looking at base encoder class I saw inverse_transform function. It won't work with the most of the encoders (or maybe even all of them), and will only cause problems....
Oftentimes, one wants to create multiple transformations out of a single column, or to have the original column in addition to the transformations. For example, I might have a categorical...
pandas shift and pandas rolling have a parameter to handle NaN introduced during the operations, we should allow users to tap into that parameter in our transformers. @KishManani one for...
first function should be to load and prepare the titanic dataset from openML
Users like copying and pasting the code for simplicity.