Skip to content

seancullinane/iris-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌸 Iris Classifier – Decision Tree

This is my first machine learning project, built as part of my journey into data science and AI engineering.
It trains and evaluates a decision tree classifier on the classic Iris dataset.


📂 Project Structure

iris-classifier/ ├── data/ # (empty – dataset is loaded from scikit-learn) ├── notebooks/ │ └── iris_model.ipynb # interactive notebook with training & evaluation ├── src/ │ └── train.py # reproducible training script (CLI) ├── tests/ │ └── test_train.py # optional unit test for accuracy ├── outputs/ # confusion matrix plots & saved outputs ├── .gitignore ├── LICENSE ├── README.md └── requirements.txt

About

End‑to‑end Iris decision‑tree ML example for AI Fundamentals course assessment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors