Decision Tree Classification (ML_CN_6)
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": "ML_CN_6",
"args": {
"model_name": "ClassicModel",
"criterion": "gini",
"random_state": 0
}
}Building a Decision Tree Classification model
Decision Tree Classification
Request Body
Name
Type
Description
Sample Request
Predicting with Decision Tree Classification
Decision Tree Classification Predict
Request Body
Name
Type
Description
Sample Request
Decision Tree Classification Metrics
Request Body
Name
Type
Description
Last updated