Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioSalvatoreArcidiacono committed Jan 7, 2025
1 parent 086d3f1 commit 6071490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearo/encoding/woe.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


class WOEEncoder(BaseTargetEncoder):
"""Weight of Evidence (WOE) Encoder with support for multiclass classification.
"""Weight of Evidence (WOE) Encoder with support for **multiclass classification**.
This class provides functionality to encode categorical features using the Weight of Evidence
(WOE) technique. WOE is commonly used in credit scoring and other binary classification problems
Expand Down

0 comments on commit 6071490

Please sign in to comment.