This repository contains machine learning examples from the book Introduction to Machine Learning with Python and my personal notes.
- Iris Dataset Example
- A simple example using the Iris dataset to demonstrate basic machine learning concepts.
- Python 3.x
- scikit-learn
- numpy
- matplotlib
To install the required packages, run:
pip install -r requirements.txt
To run the examples, navigate to the respective directory and use the jupyter notebooks
This project is licensed under the MIT License.