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

User guide equal width discretiser #747

Closed cmcouto-silva closed 2 months ago

cmcouto-silva commented 2 months ago

I've updated the EqualWidthDiscretiser user guide page with more info and structured topics. The content grade is A- on clearscope: https://www.clearscope.io/coursemaker/reports/768deaa72128c3fc/editor

The existing image was updated to ensure reproducibility. All tests passed with sphinx-build -b html docs build .

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 98.18%. Comparing base (f5bbc90) to head (9b7938f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #747 +/- ## ======================================= Coverage 98.18% 98.18% ======================================= Files 105 105 Lines 4074 4074 Branches 795 795 ======================================= Hits 4000 4000 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 2 months ago

Hey @cmcouto-silva

Thank you so much for this amazing contribution! Made a PR to you repo: https://github.com/cmcouto-silva/feature_engine/pull/1

If you merge over there, then we are good to merge here and deploy!

Cheers