prithivMLmods commited on
Commit
57964c2
·
verified ·
1 Parent(s): 02a00b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ```py
6
+ Classification Report:
7
+ precision recall f1-score support
8
+
9
+ Fall 0.6173 0.5655 0.5903 11414
10
+ Spring 0.9738 0.7665 0.8578 2711
11
+ Summer 0.7051 0.8107 0.7542 21438
12
+ Winter 0.8007 0.6432 0.7134 8509
13
+
14
+ accuracy 0.7121 44072
15
+ macro avg 0.7742 0.6965 0.7289 44072
16
+ weighted avg 0.7174 0.7121 0.7103 44072
17
+ ```