Kernel SVM (ML_CN_4)
This functionality uses a kernel function to map the input data to a higher-dimensional space, where a linear decision boundary is created based on the support vectors.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_CN_4",
"args": {
"model_name": "ClassicModel",
"kernel": "rbf",
"random_state": 0
}
}Building a Kernel SVM model
Kernel SVM
Request Body
Name
Type
Description
Sample Request
Predicting with Kernel SVM
Kernel SVM Predict
Request Body
Name
Type
Description
Sample Request
Kernel SVM Metrics
Request Body
Name
Type
Description
Last updated