-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go wrong #1
Comments
It's just an OS issue I guess, see the line edit the code on line 33 and 37 |
I changed them ,but it still do't work.... Process finished with exit code 1 in py3: Process finished with exit code 1 |
I solved it .You did not set up a remail folder at the beginning MAIL_DIR_PATH = os.path.abspath('maildir') |
nice! I did forget to include that in the readme. |
thank you very much. |
Do you have a reference for this project? I want to figure it out. |
I don't understand zhe remail subfolder named laike allen-p,arnold-j,badeer-r |
@friend-ma these are names of the owners of mailboxes. These also work as tags of data for training and testing later. |
Naive Bayes classifier ~ 0.40( I tried) |
The third program has been running, no results ... Why? |
@friend-ma it takes time and a good amount of cpu, memory |
in Naive Bayes u can set alpha =0.0001,the current rate is ~0.70
|
👍 |
creating directory
Traceback (most recent call last):
File "C:/Users/Master/Desktop/enron-sender-detection-master/copy_sent_mails.py", line 80, in
save_to_folder(mailbox_owner, subFolder, file, contents)
File "C:/Users/Master/Desktop/enron-sender-detection-master/copy_sent_mails.py", line 37, in save_to_folder
os.mkdir(OUTPUT_DIR + "/" + mailboxOwner)
WindowsError: [Error 3] : 'C:\Users\Master\Desktop\enron-sender-detection-master\remail/allen-p'
Process finished with exit code 1
I tried your code with python3 and python2, but it is always an error. Why is that?
The text was updated successfully, but these errors were encountered: