Nazim Zeeshan

Results 2 comments of Nazim Zeeshan

Hi, these are the two commands I ran for training: `python bayes.py learn spam ../outspam.csv 500` //Processed 500 documents of type 'spam' `python bayes.py learn fine ../outfine.csv 500` //Processed 500...

This is the traceback I got ``` Traceback (most recent call last): File "bayes.py", line 31, in mode.output(mode.execute()) File "/Users/nazimzeeshan/Sites/hacks/spam/bayesian-classifier/classify.py", line 91, in execute result = self.p_from_list(pl) File "/Users/nazimzeeshan/Sites/hacks/spam/bayesian-classifier/classify.py", line...