Weight of Evidence Encoding
Learn how to use the weight of evidence encoding for categorical features.
We'll cover the following
What is the weight of evidence encoding?
Weight of evidence (WOE) is a technique used to encode categorical features for classification tasks. It’s a measure of evidence on one side of an issue compared with the evidence on the other side of the issue. For simplicity, in this course, we only focus on binary classification.
- is the probability of the label
1
for one category value. - is the probability of the label
0
for one category value.
Get hands-on with 1400+ tech skills courses.