# Random Forest - Iris Classification
📝 **This chapter is under construction.**
This case study demonstrates Random Forest ensemble classification on the Iris dataset,
following EXTREME TDD principles.
**Topics covered:**
- Bootstrap aggregating (bagging)
- Ensemble voting
- Multiple decision trees
- Random state reproducibility
**See also:**
- [What is EXTREME TDD?](../methodology/what-is-extreme-tdd.md)
- [Case Study: Random Forest](../examples/random-forest.md)