Preprocessed tagged datasets, fixed CSV formatting issues, and added integrity checks. Also saved mappings for later inference use.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user