Icon

Chapter8

This directory contains 3 workflows.

Icon01_​DecisionTree 

Using the adult dataset, this workflow performs binary classification (income > or < 50K) using a Decision Tree. The target is the income column, either […]

Icon02_​NaiveBayes 

Using the adult dataset, this workflow performs binary classification using the Naive Bayes algorithm. The target is the income column, either <=50K or […]

Icon03_​LogisticRegression 

Using the adult dataset, this workflow performs binary classification using a Logistic Regression. The target is the income column, either <=50K or <50K, […]