This directory contains 7 workflows.
This workflow solves a classification problem on the iris dataset using the k-Nearest Neighbor (kNN) algorithm.
This workflow shows how to import text from a csv file, convert it to documents, preprocess the documents and transform them into numerical document […]
Using the adult dataset, this workflow performs binary classification (income > or < 50K) using a Decision Tree. The target is the income column, either […]
Confusion matrix: evaluate the performance of a classification model URL: Guide to Intelligent Data Science https://www.datascienceguide.org/
Confusion matrix: evaluate the performance of a classification model URL: Guide to Intelligent Data Science https://www.datascienceguide.org/
This workflow shows how to train and test a basic classification model. Using the adult dataset, a decision tree is trained and tested to predict the […]
Decision Tree: binary classification of house ranking (high/low rank). - Create target column - Filter unnecessary columns - Split the dataset into train […]