prithivMLmods commited on
Commit
9d41754
·
verified ·
1 Parent(s): 6d9cca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ```py
5
+ Classification Report:
6
+ precision recall f1-score support
7
+
8
+ Circle ◯ 0.9921 0.9987 0.9953 1500
9
+ Kite ⬰ 0.9927 0.9927 0.9927 1500
10
+ Parallelogram ▰ 0.9926 0.9840 0.9883 1500
11
+ Rectangle ▭ 0.9993 0.9913 0.9953 1500
12
+ Rhombus ◆ 0.9846 0.9820 0.9833 1500
13
+ Square ◼ 0.9914 0.9987 0.9950 1500
14
+ Trapezoid ⏢ 0.9966 0.9793 0.9879 1500
15
+ Triangle ▲ 0.9772 0.9993 0.9881 1500
16
+
17
+ accuracy 0.9908 12000
18
+ macro avg 0.9908 0.9908 0.9907 12000
19
+ weighted avg 0.9908 0.9908 0.9907 12000
20
+ ```
21
+
22
+ ![download (3).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/WAdeb9cy5DBb-zZ0TPx0k.png)