-
Notifications
You must be signed in to change notification settings - Fork 337
Releases: feature-engine/feature_engine
Releases * feature-engine/feature_engine
v1.2.0
39bc2ff
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
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
9 people reacted
v1.1.2
f732631
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
Fixes bug in one hot encoder
Assets 2
2 people reacted
v1.1.1
3a231e9
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
- 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
Assets 2
5 people reacted
Release 1.1.0
adc52db
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
- 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
Assets 2
5 people reacted
v1.0.2
ebaa2ce
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
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.