Naive Bayes

Using the adult dataset, this workflow performs binary classification using the Naive Bayes algorithm. The target is the income column, either <=50K or <50K, predicted using the other anagraphc information. After partitioning the original data set into training set and test, the naive Bayes model is built on the training set and the performance is evaluated on the test set using the Scorer node.


This is a companion discussion topic for the original entry at https://kni.me/w/0oyhMdWYK5w19xGj