Support Vector Regression (ML_R_4)
This function can be used for solving both linear and non-linear problems.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_R_4",
"args": {
"model_name": "SimpleModel",
"kernel": "rbf"
}
}Building a Support Vector Regression model
Support Vector Regression
Request Body
Name
Type
Description
Sample Request
Predicting with Support Vector Regression
Support Vector Regression Predict
Request Body
Name
Type
Description
Last updated