Dmitry Kuznetsov

Results 1 issues of Dmitry Kuznetsov

Hi there, When trying to run the example code I encounter the following: ``` from sklearn.datasets import fetch_20newsgroups newsgroups = fetch_20newsgroups(subset='all', remove=('headers', 'footers', 'quotes')) model = Top2Vec(documents=newsgroups.data, speed="learn", workers=8) ```...