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

Fix pandas qcut link for the EqualFrequencyDiscretiser user guide #748

Closed cmcouto-silva closed 2 months ago

cmcouto-silva commented 2 months ago

The current text (Pandas cut) links to the Pandas cut library. I am just replacing cut with qcut since that's what EqualFrequencyDiscretiser uses under the hood.

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 (a718b17) to head (689f1c8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #748 +/- ## ======================================= 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

Thank you!