Naive Bayes (ML_CN_5)
This function uses the Bayes' theorem to calculate the probability of each class based on the frequency of the features in the training data, and classifies new input data based on highest probability
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_CN_5",
"args": {
"model_name": "NaiveModel",
"type": "gaussian"
}
}Building a Naive Bayes model
Naive Bayes
Request Body
Name
Type
Description
Sample Request
Predicting with Naïve Bayes
Naive Bayes Predict
Request Body
Name
Type
Description
Sample Request
Naive Bayes Metrics
Request Body
Name
Type
Description
Last updated