Skip to content

Releases: feature-engine/feature_engine

v1.2.0

04 Jan 17:09
39bc2ff
Compare
Choose a tag to compare

Big release

The new release adds all of the following:

  • New transformer: datetime
  • New transformer: selection by PSI
  • New transformer: match variables
  • New documentation layout: pydata template
  • New documentation organisation: api and user guide
  • Sponsorship
  • Paper and citation

And a lot more expended functionality of current classes.

v1.1.2

18 Sep 17:06
f732631
Compare
Choose a tag to compare

Fixes bug in one hot encoder

v1.1.1

06 Aug 13:35
3a231e9
Compare
Choose a tag to compare
  • Migrates repo to own organisation github.com/feature-engine
  • adds new transformer (logcp)
  • expands transformers with inverse_transform
  • expands correlation selectors by allowing callables in the corr method

Release 1.1.0

22 Jun 09:56
adc52db
Compare
Choose a tag to compare
  • enforce compatibility with Scikit-learn through check_estimator
  • new transformer for cyclical features
  • add categorical support for variables of type category
  • add option to perform categorical transformation to numerical variables
  • feature selectors support all cross-validation schemes

v1.0.2

23 Jan 12:02
ebaa2ce
Compare
Choose a tag to compare

In this release we add:

  • a new transformer for imputation
  • a new transformer to create features
  • new jupyter notebooks with demos
  • linkd to Kaggle kernels featuring Feature-engine
  • fix a number of typos in the documentation
    -fix few bugs in the select by target mean transformer.