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
file_reading = open(file_name,"r",encoding='utf-8', errors='ignore')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Anant\Desktop\Project\Spam Email Detection System/emails/eck-s.tar.gz'
you are getting the above error because the datasets are not available in emails folder
solution:extract the "dataset" file first then place the same in emails folder hope this info helps. Do let me know if u need further assistance, Also check the updated README.md
file_reading = open(file_name,"r",encoding='utf-8', errors='ignore')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Anant\Desktop\Project\Spam Email Detection System/emails/eck-s.tar.gz'
The text was updated successfully, but these errors were encountered: