Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# Decision Tree Classifier for Iris Dataset
|
| 3 |
|
| 4 |
This model classifies iris flowers based on their features.
|
|
|
|
| 1 |
|
| 2 |
+
---
|
| 3 |
+
title: "Iris Flower Model"
|
| 4 |
+
tags:
|
| 5 |
+
- iris
|
| 6 |
+
- classification
|
| 7 |
+
- decision-tree
|
| 8 |
+
license: "mit"
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Decision Tree Classifier for Iris Dataset
|
| 12 |
|
| 13 |
This model classifies iris flowers based on their features.
|