Icon

naive bayes iris

Naive Bayes classification model -- iris data1. Data is read from the table file2. Colors are assigned to different classes of iris -- visualization via scatter plots3. Partitioning to the training data (70%) and testing data (30%)4. Normalization to [0,1]5. Naive Bayes learner (training the model) and predictor (predictions based on the trained model)6. Model assessment reading thedata tableAssigning colorsfor different irisesTraining 70%Testing 30%Normalizing training datato [0,1]Normalizingtesting datato [0,1]Scatter plotTrainingnaive BayesmodelApplying thetrained modelNode 13 Table Reader Color Manager Partitioning Normalizer Normalizer (Apply) Scatter Plot ROC Curve Naive Bayes Learner Naive BayesPredictor Scorer (JavaScript) Naive Bayes classification model -- iris data1. Data is read from the table file2. Colors are assigned to different classes of iris -- visualization via scatter plots3. Partitioning to the training data (70%) and testing data (30%)4. Normalization to [0,1]5. Naive Bayes learner (training the model) and predictor (predictions based on the trained model)6. Model assessment reading thedata tableAssigning colorsfor different irisesTraining 70%Testing 30%Normalizing training datato [0,1]Normalizingtesting datato [0,1]Scatter plotTrainingnaive BayesmodelApplying thetrained modelNode 13 Table Reader Color Manager Partitioning Normalizer Normalizer (Apply) Scatter Plot ROC Curve Naive Bayes Learner Naive BayesPredictor Scorer (JavaScript)

Nodes

Extensions

Links