Automated Data Processing (DP_ADP)
This function automatically cleans and encodes supported data.
Sample Request
{
"project_id": 1,
"parent_id": 0,
"block_id": 1,
"function_code": "DP_ADP",
"args": {
"clean": true,
"dataset_type": "any",
"le_thresh": 2
"load_name": "generated",
"ohe_thresh": 10,
"save_name": "generated",
"strategy_value": "mean",
"test_size_value": 0.25,
"x_slice": ":-1",
"y_slice": "-1"
}
}Automated Data Preprocessing
Request Body
Name
Type
Description
Last updated