End-to-end ML example from Digital Marketing Mastery Module - builds a decision-tree classifier on the classic Iris dataset using sci-kit learn.
'''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