feature-engine / feature_engine

Feature engineering package with sklearn like functionality
https://feature-engine.trainindata.com/
BSD 3-Clause "New" or "Revised" License
1.8k stars 303 forks source link

Add code examples in preprocessing and wrappers modules' docstrings #643

Closed datacubeR closed 1 year ago

datacubeR commented 1 year ago

Added examples for the following modules (both in the same PR because they are just a few classes).

codecov[bot] commented 1 year ago

Codecov Report

Merging #643 (0bcdb9c) into main (c2f6152) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 0bcdb9c differs from pull request most recent head cc12391. Consider uploading reports for the commit cc12391 to get more accurate results

@@           Coverage Diff           @@
##             main     #643   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files         100      100           
  Lines        3748     3748           
  Branches      726      726           
=======================================
  Hits         3670     3670           
  Misses         29       29           
  Partials       49       49           
Impacted Files Coverage Δ
feature_engine/preprocessing/match_categories.py 93.02% <ø> (ø)
feature_engine/preprocessing/match_columns.py 97.91% <ø> (ø)
feature_engine/wrappers/wrappers.py 97.46% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more