Machine Learning Tutorial

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

Back to All Projects

Project Overview

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 .

Category
Machine Learning
Completion Date
June 2023
Technologies
Python 3 Jupyter Notebook datasets model_selection linear_model neighbors metrics
File Preview (View Only)