feature_engine
feature_engine copied to clipboard
Feature engineering package with sklearn like functionality
closes #495
**Describe the bug** I installed latest version of feature-engine. When I try to import RareLabelEncoder and OrdinalEncoder classes, I get _**ImportError: cannot import name '_fit_context' from 'sklearn.base'**_ **To Reproduce** Steps...
Hello all, I have a problem using LagFeatures from Feature-engine. When I use the code below, I think that data_test should not contain NaN values in the first lines, because...
removing infer because it changed manually converted object columns back to int or float
Issue raised [here](https://github.com/feature-engine/feature_engine/issues/790#issue-2466280271) **Notes on Code** The `BinaryDiscretiser` class is implemented in `binariser.py`, located with the other discretisers, and takes a parameter threshold to determine where to split the interval....
Thank you for creating a great package. polars is a next-generation high-performance dataframe package that will replace pandas. After converting polars to pandas using to_pandas(), you can use the feature-engine...
**Is your feature request related to a problem? Please describe.** Dependency on new-ish Scikit-Learn version makes general usage difficult **Describe the solution you'd like** Find the minimum version of Scikit-Learn...
**A clear and concise description of what the problem is.** I needed to binarize some features in a pipeline but saw that this wasn't currently implemented in the package; I...