Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,5 +15,8 @@ This model classifies iris flowers based on their features.
|
|
| 15 |
## Usage
|
| 16 |
You can use this model to predict the species of an iris flower based on sepal and petal dimensions.
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
## License
|
| 19 |
This model is licensed under the MIT License.
|
|
|
|
| 15 |
## Usage
|
| 16 |
You can use this model to predict the species of an iris flower based on sepal and petal dimensions.
|
| 17 |
|
| 18 |
+
## Dataset
|
| 19 |
+
The dataset used for training is included in this repository as `iris_dataset.csv`.
|
| 20 |
+
|
| 21 |
## License
|
| 22 |
This model is licensed under the MIT License.
|