Preprocessed tagged datasets, fixed CSV formatting issues, and added integrity checks. Also saved mappings for later inference use.

This commit is contained in:
2026-02-18 22:36:58 +00:00
parent 94a9fa1f17
commit 608588f023
4 changed files with 766 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
# mappings
binary_map = {'Yes': 1, 'No': 0}
aspect_map = {'App': 0, 'Driver': 1, 'General': 2, 'Payment': 3, 'Pricing': 4, 'Service': 5}
sentiment_map = {'Positive': 0, 'Neutral': 1, 'Negative': 2}