feature-engine / feature_engine

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

refactor tree encoder: add encoding dict, param unseen, inverse transform #757

Closed solegalli closed 1 month ago

solegalli commented 1 month ago

closes #729 closes #728 closes #588

solegalli commented 1 month ago

Hey @VascoSch92 @glevv @93lorenzo

If you have a minute to spare, a quick look to see that there is nothing big that I am missing will be much appreciated :)

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.19%. Comparing base (46155a0) to head (c0c1407).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #757 +/- ## ======================================= Coverage 98.18% 98.19% ======================================= Files 105 105 Lines 4074 4093 +19 Branches 795 802 +7 ======================================= + Hits 4000 4019 +19 Misses 29 29 Partials 45 45 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

solegalli commented 1 month ago

Thank you guys! @93lorenzo @glevv @VascoSch92

Really appreciate it :)