@ -37,7 +37,6 @@ document_vectors = vectorizer.fit_transform(X_train)
model = LogisticRegression()
model.fit(document_vectors, Y_train)
def readFile(filename):
X_dev = []
with open(filename, 'r', encoding="utf-8") as dev_in:
The note is not visible to the blocked user.