You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following errors while running NaiveBayesMaster.py Traceback (most recent call last): File "E:/emotion-detection-from-text-master/experiments/naive_bayes_classifier/NaiveBayesMaster.py", line 53, in <module> joy_feel = read_datasets(load_obj("../DATA/Preproccess Tools/Preprocessor/ProcessedTr/MasterjoyPTr"), 'joy') File "E:/emotion-detection-from-text-master/experiments/naive_bayes_classifier/NaiveBayesMaster.py", line 12, in load_obj with open(name + '.pkl', 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: '../DATA/Preproccess Tools/Preprocessor/ProcessedTr/MasterjoyPTr.pkl'
Can you send me the link to download the dataset (DATA folder which is ignored)?
Thank You
The text was updated successfully, but these errors were encountered:
I'm getting the following errors while running NaiveBayesMaster.py
Traceback (most recent call last): File "E:/emotion-detection-from-text-master/experiments/naive_bayes_classifier/NaiveBayesMaster.py", line 53, in <module> joy_feel = read_datasets(load_obj("../DATA/Preproccess Tools/Preprocessor/ProcessedTr/MasterjoyPTr"), 'joy') File "E:/emotion-detection-from-text-master/experiments/naive_bayes_classifier/NaiveBayesMaster.py", line 12, in load_obj with open(name + '.pkl', 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: '../DATA/Preproccess Tools/Preprocessor/ProcessedTr/MasterjoyPTr.pkl'
Can you send me the link to download the dataset (DATA folder which is ignored)?
Thank You
The text was updated successfully, but these errors were encountered: