AutoClassification (AUTO_CN_1)
This function finds the K number of training examples closest (nearest neighbors) to the input data and then classifying the input data based on the majority class of its nearest neighbors.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "AUTO_R_1",
"args": {
"model_name": "AutoRegression",
"time_left": 60,
"run_time_limit": 30,
"n_jobs": 1
}
}Building a AutoClassification model
AutoClassification
Request Body
Name
Type
Description
Sample Request
Predicting with AutoClassification
AutoClassification Predict
Request Body
Name
Type
Description
Sample Request
AutoClassification Metrics
Request Body
Name
Type
Description
Last updated