Spaces:
Running
Running
File size: 644 Bytes
541fa1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"input_files": [
"Matchaya Gandaria City + IKUYO (done; need recheck).xlsx",
"Feel Matcha Braga - Sementara.xlsx"
],
"output_file": "D:/matcha sentiment/data/processed/matcha_sentiment_binary.csv",
"original_rows": 2392,
"dropped_netral": 14,
"dropped_other_label": 0,
"dropped_bad_text": 0,
"dropped_duplicates": 219,
"balanced": true,
"random_state": 42,
"kept_rows_before_balance": 2159,
"labels_before_balance": {
"Negatif": 1145,
"Positif": 1014
},
"balance_target_per_label": 1014,
"dropped_by_balance": 131,
"kept_rows": 2028,
"labels": {
"Negatif": 1014,
"Positif": 1014
}
} |