We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4441a6 commit a2bdeeaCopy full SHA for a2bdeea
code/logistic_regression.py
@@ -21,7 +21,7 @@ def __init__(self):
21
self.bad_terms = self.read_bad_terms()
22
23
def read_bad_terms(self):
24
- bad_list = open("data/bad_words","r")
+ bad_list = open("data//bad_words","r")
25
bad_list = str(bad_list.readlines()[0]).split(",")
26
27
bad_terms = []
0 commit comments