Skip to main content
POST
Data Scaling (Z-Score, MinMax, Robust)

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 to scale

Example:
method
enum<string>
default:zscore

Scaling method

Available options:
zscore,
minmax,
robust
Example:

"zscore"

Response

Scaled data

success
boolean
Example:

true

data
object