Skip to content

v0.5.0

Compare
Choose a tag to compare
@ErikBavenstrand ErikBavenstrand released this 17 Jun 16:54
· 310 commits to main since this release

Feature

  • transformer: ✨ Add MinMaxScalerTransformer for normalizing numerical features. (9b26c00)
  • transformer: ✨ Add MaxAbsScalerTransformer that scales numerical features. (1fd2a93)
  • transformer: ✨ Add CompositeTransformer for chaining together multiple transformers sequentially. (006d741)
  • transformer: ✨ Add LabelEncoderTransformer for ordinal encoding. (41a4c45)
  • transformer: ✨ Add FrequencyEncoderTransformer along with support for pipeline. (465e6db)

Refactor

  • 💫 Switch to tqdm.auto to prevent breaking in Jupyter notebooks. (dc139cf)

Test

  • ✅ Now _get_local_filenames returns a sorted list of filenames to ensure stability. (774e8eb)

Chore

  • deps: Fix issue with boolean logic in last commit. (3832911)
  • deps: Update release workflow to ignore chore(deps) commits. (a7d5f62)
  • deps: Bump sphinx-autoapi from 2.1.0 to 2.1.1 in /docs (2cb82d1)