This directory contains 3 workflows.
Using the adult dataset, this workflow performs binary classification (income > or < 50K) using a Decision Tree. The target is the income column, either […]
Using the adult dataset, this workflow performs binary classification using the Naive Bayes algorithm. The target is the income column, either <=50K or […]
Using the adult dataset, this workflow performs binary classification using a Logistic Regression. The target is the income column, either <=50K or <50K, […]