This notebook has instructions to create and assess classification and clustering models.
We use the well-known Iris dataset.
Models:
- K-nearest neighbours (classification and regression)
- Random Forest (classification and regression)
- k-Means (clustering)