Weight of Evidence (WoE) Binning
quantlib-ml
Weight of Evidence (WoE) Binning
Transforms continuous features into Weight of Evidence values for credit scorecard development. WoE encoding creates monotonic relationships and handles missing values, essential for building interpretable credit scorecards. [Tier: ENTERPRISE, Credits: 10]
POST
Weight of Evidence (WoE) Binning
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Continuous feature values (e.g., income, age, debt ratio)
Example:
[
25000,
35000,
45000,
55000,
65000,
75000,
30000,
40000
]Binary target (0 = good, 1 = bad)
Available options:
0, 1 Example:
[1, 0, 0, 0, 0, 0, 1, 0]Number of bins to create
Example:
5
