Support Vector Machine (ML_CN_3)
This functionality creates a decision boundary based on the support vectors, and classifies new input data based on which side of the boundary it falls on.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_CN_3",
"args": {
"model_name": "ClassicModel"
}
}Building a Support Vector Machine model
Support Vector Machine
Request Body
Name
Type
Description
Sample Request
Predicting with Support Vector Machine
Support Vector Machine Predict
Request Body
Name
Type
Description
Sample Request
Support Vector Machine Metrics
Request Body
Name
Type
Description
Last updated