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.
Last updated
{
"status": "true",
"message": {
"id": 4,
"project": 1,
"block_id": 4,
"parent_id": 3,
"dataset_url": "",
"x_value_url": "",
"y_value_url": "",
"x_train_url": "",
"y_train_url": "",
"x_test_url": "",
"y_test_url": ""
}
}// Some code// Some code