Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Iris Flower Classifier
|
|
@@ -53,4 +55,4 @@ To predict the species, input the following:
|
|
| 53 |
This model is licensed under the MIT License. You can use it freely, but attribution is appreciated.
|
| 54 |
|
| 55 |
## Acknowledgments
|
| 56 |
-
Thanks to the contributors of the Iris dataset and the developers of the scikit-learn library for making this project possible.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Iris Flower Classifier
|
| 3 |
tags:
|
| 4 |
+
- iris
|
| 5 |
+
- classification
|
| 6 |
+
- decision-tree
|
| 7 |
+
- code
|
| 8 |
+
- scikit-learn
|
| 9 |
+
license: mit
|
| 10 |
+
library: scikit-learn
|
| 11 |
---
|
| 12 |
|
| 13 |
# Iris Flower Classifier
|
|
|
|
| 55 |
This model is licensed under the MIT License. You can use it freely, but attribution is appreciated.
|
| 56 |
|
| 57 |
## Acknowledgments
|
| 58 |
+
Thanks to the contributors of the Iris dataset and the developers of the scikit-learn library for making this project possible.
|