GenAIDevTOProd commited on
Commit
de97809
·
verified ·
1 Parent(s): 2441ae1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -107,13 +107,19 @@ We trained baseline classifiers using the enriched dataset:
107
  - F1 (spam): ~0.92
108
 
109
  Logistic Regression Report (Combined Features):
 
 
110
  precision recall f1-score support
111
 
112
  0 0.99 1.00 0.99 904
113
  1 0.98 0.92 0.95 131
114
 
115
  accuracy 0.99 1035
 
 
116
  macro avg 0.99 0.96 0.97 1035
 
 
117
  weighted avg 0.99 0.99 0.99 1035
118
 
119
 
@@ -124,7 +130,9 @@ Random Forest Report (Combined Features):
124
  1 0.99 0.86 0.92 131
125
 
126
  accuracy 0.98 1035
 
127
  macro avg 0.99 0.93 0.96 1035
 
128
  weighted avg 0.98 0.98 0.98 1035
129
 
130
  ---
@@ -144,6 +152,7 @@ If you use this dataset, please cite the original SMS Spam Collection dataset:
144
 
145
  > @inproceedings{Almeida2011SpamFiltering, title={Contributions to the Study of SMS Spam Filtering: New Collection and Results}, author={Tiago A. Almeida and Jose Maria Gomez Hidalgo and Akebo Yamakami}, year={2011}, booktitle = "Proceedings of the 2011 ACM Symposium on Document Engineering (DOCENG'11)", }.
146
 
 
147
  ---
148
 
149
  ## License
 
107
  - F1 (spam): ~0.92
108
 
109
  Logistic Regression Report (Combined Features):
110
+
111
+
112
  precision recall f1-score support
113
 
114
  0 0.99 1.00 0.99 904
115
  1 0.98 0.92 0.95 131
116
 
117
  accuracy 0.99 1035
118
+
119
+
120
  macro avg 0.99 0.96 0.97 1035
121
+
122
+
123
  weighted avg 0.99 0.99 0.99 1035
124
 
125
 
 
130
  1 0.99 0.86 0.92 131
131
 
132
  accuracy 0.98 1035
133
+
134
  macro avg 0.99 0.93 0.96 1035
135
+
136
  weighted avg 0.98 0.98 0.98 1035
137
 
138
  ---
 
152
 
153
  > @inproceedings{Almeida2011SpamFiltering, title={Contributions to the Study of SMS Spam Filtering: New Collection and Results}, author={Tiago A. Almeida and Jose Maria Gomez Hidalgo and Akebo Yamakami}, year={2011}, booktitle = "Proceedings of the 2011 ACM Symposium on Document Engineering (DOCENG'11)", }.
154
 
155
+ > Dataset Enrichment and Feature Engineering contributions by Naga Adithya Kaushik (GenAIDevTOProd).
156
  ---
157
 
158
  ## License