azhe825 / CSC510

Course Project for CSC 510, 2016 spring
1 stars 3 forks source link

Need one more function #60

Closed azhe825 closed 8 years ago

azhe825 commented 8 years ago

Add one button for incoming new emails

amritbhanu commented 8 years ago

@azhe825 Issue in line 80? link What parameter need to be set for this?

File "/home/amrit/NCSU STUDY/Spring 16/CSC 510/CSC510/GUI/Gui3.py", line 137, in incoming
    new_email(l)
  File "/home/amrit/NCSU STUDY/Spring 16/CSC 510/CSC510/GUI/Gui3.py", line 80, in new_email
    my_folder.predict(newmail)
  File "/home/amrit/NCSU STUDY/Spring 16/CSC 510/CSC510/GUI/Gui3.py", line 345, in predict
    if proba[ind] > self.thres:
azhe825 commented 8 years ago

fixed that