Skip to content

update categorical encoding user guide - #758

Merged
solegalli merged 1 commit into
feature-engine:mainfrom
gurjinderbassi:categoricalencodingdocs
May 11, 2024
Merged

update categorical encoding user guide#758
solegalli merged 1 commit into
feature-engine:mainfrom
gurjinderbassi:categoricalencodingdocs

Conversation

@gurjinderbassi

Copy link
Copy Markdown
Contributor

Updated the categorical encoding introduction section in the User Guide. It includes an introduction to categorical encoding, its importance and briefly explains different encoding methods supported by Feature-engine.

@codecov

codecov Bot commented May 10, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.18%. Comparing base (a347bc8) to head (15aa8f2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #758   +/-   ##
=======================================
  Coverage   98.18%   98.18%           
=======================================
  Files         105      105           
  Lines        4074     4074           
  Branches      795      795           
=======================================
  Hits         4000     4000           
  Misses         29       29           
  Partials       45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


.. math::

log( p(X=xj|Y = 1) / p(X=xj|Y=0) )

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log( p(X=xj|Y = 1) / p(X=xj|Y=0) )
log( p(X=x_j|Y = 1) / p(X=x_j|Y=0) )

or?

@solegalli solegalli changed the title categorical encoding docs updated update categorical encoding user guide May 11, 2024
@solegalli
solegalli merged commit 9bc0d43 into feature-engine:main May 11, 2024
@solegalli

Copy link
Copy Markdown
Collaborator

Thank you @gurjinderbassi ! Great work with this massive doc update :)

I'll add your contribution to the next release. The docs will be live in the next 20 minutes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants