Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: feature-engine/feature_engine

v1.2.0

04 Jan 17:09
39bc2ff
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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.

Assets 2
Loading
iamjinlei0312 reacted with thumbs up emoji hectorpatino, ameetjadhav3, and soonernotfaster reacted with heart emoji akanz1, ivaquero, achuthasubhash, ameetjadhav3, bing-wei, and GiorgioSgl reacted with rocket emoji
9 people reacted

v1.1.2

18 Sep 17:06
f732631
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixes bug in one hot encoder

Loading
achuthasubhash and perryisbusy reacted with thumbs up emoji
2 people reacted

v1.1.1

06 Aug 13:35
3a231e9
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading
achuthasubhash, joeanton719, luongtruong77, codeHorasan, and scriptkkiddie reacted with thumbs up emoji
5 people reacted

Release 1.1.0

22 Jun 09:56
adc52db
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading
joeanton719, akanz1, GabrielSGoncalves, luongtruong77, and hectorpatino reacted with thumbs up emoji
5 people reacted

v1.0.2

23 Jan 12:02
ebaa2ce
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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.
Loading