Skip to main content
POST
Weight of Evidence (WoE) Binning

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
feature
number[]
required

Continuous feature values (e.g., income, age, debt ratio)

Example:
target
enum<integer>[]
required

Binary target (0 = good, 1 = bad)

Available options:
0,
1
Example:
n_bins
integer
default:10

Number of bins to create

Example:

5

Response

WoE transformed values

success
boolean
Example:

true

data
object