Skip to content

duffyphil/iris-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Classifier (Decision Tree)

Overview

End-to-end ML example from Digital Marketing Mastery Module - builds a decision-tree classifier on the classic Iris dataset using sci-kit learn.

Quick start

'''bash git clone https://github.com/duffyphil/iris-classifier.git cd iris-classifier python -m venv venv && source venv\Scripts\activate pip install -r requirements.txt python src/train.py

About

End-to-end Iris decision-tree ML example for AI fundamentals course assessment

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors