shahad23 commited on
Commit
241ebb6
·
verified ·
1 Parent(s): e4ed909

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
1
+
2
+ # Decision Tree Classifier for Iris Dataset
3
+
4
+ This model classifies iris flowers based on their features.
5
+
6
+ ## Usage
7
+ You can use this model to predict the species of an iris flower based on sepal and petal dimensions.
8
+
9
+ ## License
10
+ This model is licensed under the MIT License.