From 607149081f7c629b6fcae8f75bc6877f243f8029 Mon Sep 17 00:00:00 2001 From: Claudio Salvatore Arcidiacono <22871978+ClaudioSalvatoreArcidiacono@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:17:49 +0100 Subject: [PATCH] Update docstring --- sklearo/encoding/woe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearo/encoding/woe.py b/sklearo/encoding/woe.py index 98e3a72..f6b2fb0 100644 --- a/sklearo/encoding/woe.py +++ b/sklearo/encoding/woe.py @@ -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