AutoRegression (AUTO_R_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 AutoRegression model
AutoRegression
Request Body
Name
Type
Description
Sample Request
Predicting with AutoRegression
XGBoost Predict
Request Body
Name
Type
Description
Sample Request
AutoRegression Metrics
Request Body
Name
Type
Description
Last updated