[06.03.20] Fixing path to csv
This commit is contained in:
parent
f1a2520700
commit
9f1a13dc25
@ -244,7 +244,7 @@ class tweetFilter(object):
|
||||
pass
|
||||
|
||||
def tweetFilterTrain(self):
|
||||
self.Filter = multinomialNaiveBayes("src/resources/tweet_spam_ham.csv")
|
||||
self.Filter = multinomialNaiveBayes("/home/spam-filter/src/resources/tweet_spam_ham.csv")
|
||||
|
||||
self.Filter.trainFilter()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user