Add doc2vec to the list of things to try

Former-commit-id: a1a99b8ea4
This commit is contained in:
Marco Castelluccio 2018-10-01 02:41:34 +02:00
Родитель 0ce2382213
Коммит 31a487cb16
1 изменённых файлов: 1 добавлений и 1 удалений

2
run.py
Просмотреть файл

@ -102,7 +102,7 @@ def go(lemmatization=False):
else:
text_vectorizer = TfidfVectorizer
# TODO: Try bag-of-words with word/char 1-gram, 2-gram, 3-grams, word2vec, 1d-cnn (both using pretrained word embeddings and not)
# TODO: Try bag-of-words with word/char 1-gram, 2-gram, 3-grams, word2vec, doc2vec, 1d-cnn (both using pretrained word embeddings and not)
# TODO: Text cleanup (replace stack traces with "STACK_TRACE", replace file references with "FILE_REFERENCE", etc.)