Skip to main content
POST
Logistic Regression for Credit Scoring

Authorizations

X-API-Key
string
header
required

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

Body

application/json
X
number[][]
required

Feature matrix (training data). Each row is a sample, each column is a feature.

Example:
y
enum<integer>[]
required

Binary target labels (0 = non-default, 1 = default)

Available options:
0,
1
Example:
predict_X
number[][]

Optional feature matrix for prediction

Example:

Response

Logistic regression results

success
boolean
Example:

true

data
object