Data Split (DP_4)
This functionality splits data into two subsets: a training set and a test set. The training set is used to train a model, while the test set is used to evaluate its performance.
Sample Request
{
"project_id": 1,
"parent_id": 3,
"block_id": 4,
"function_code": "DP_4",
"args": {
"test_size": 0.3,
"random_state": 0
}
}Splitting Data
Splits data
Request Body
Name
Type
Description
Last updated