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]
API key for authentication. Get your key at https://api.fincept.in/auth/register
Continuous feature values (e.g., income, age, debt ratio)
[
25000,
35000,
45000,
55000,
65000,
75000,
30000,
40000
]Binary target (0 = good, 1 = bad)
0, 1 [1, 0, 0, 0, 0, 0, 1, 0]Number of bins to create
5