Feature Scaling (DP_5)
This functionality normalizes the range of values for different features in the dataset
Sample Request
{
"project_id": 1,
"parent_id": 4,
"block_id": 5,
"function_code": "DP_5",
"args": {
"dataset": true,
"xtrain": true,
"xtest": true,
"x": true,
"ytrain": true,
"ytest": true,
"y": true,
"scaler": "maxabs",
"boundariestoscale": ":, 2:",
"save_name": "testweights",
"load_name": "testweights"
}
}Missing Data
Encode categorical values
Request Body
Name
Type
Description
Last updated