Spaces:
Sleeping
Sleeping
Update processed retraining data
Browse files
data/processed/matcha_sentiment_binary.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/processed/summary.json
CHANGED
|
@@ -1,14 +1,26 @@
|
|
| 1 |
-
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_files": [
|
| 3 |
+
"Matchaya Gandaria City + IKUYO (done; need recheck).xlsx",
|
| 4 |
+
"Feel Matcha Braga - Sementara.xlsx"
|
| 5 |
+
],
|
| 6 |
+
"output_file": "D:/matcha sentiment/data/processed/matcha_sentiment_binary.csv",
|
| 7 |
+
"original_rows": 2392,
|
| 8 |
+
"dropped_netral": 14,
|
| 9 |
+
"dropped_other_label": 0,
|
| 10 |
+
"dropped_bad_text": 0,
|
| 11 |
+
"dropped_duplicates": 219,
|
| 12 |
+
"balanced": true,
|
| 13 |
+
"random_state": 42,
|
| 14 |
+
"kept_rows_before_balance": 2159,
|
| 15 |
+
"labels_before_balance": {
|
| 16 |
+
"Negatif": 1145,
|
| 17 |
+
"Positif": 1014
|
| 18 |
+
},
|
| 19 |
+
"balance_target_per_label": 1014,
|
| 20 |
+
"dropped_by_balance": 131,
|
| 21 |
+
"kept_rows": 2028,
|
| 22 |
+
"labels": {
|
| 23 |
+
"Negatif": 1014,
|
| 24 |
+
"Positif": 1014
|
| 25 |
+
}
|
| 26 |
}
|