Machine Learning Tutorial

A step-by-step walkthrough of basic supervised learning workflows using the Iris dataset.

Category
Machine Learning
Completion Date
June 2023
Technologies Used
Python 3 Jupyter Notebook datasets model_selection linear_model neighbors metrics
Project File
Downloading is only permitted with permission from Ameen Qahtan. Contact him to get permission.

Project Overview

<div>This notebook demonstrates the end-to-end process of loading the Iris dataset, splitting into training and test sets, and applying two different classifiers (Logistic Regression and K-Nearest Neighbors). It covers model training, prediction, and evaluation via accuracy, confusion matrices, and classification reports .</div><div><br></div>

Project File

Preview of the project's File