Oren Zeev-Ben-Mordehai
Oren Zeev-Ben-Mordehai
python -m bulk text file.csv --keywords "cannot_find_me_in_any_sample" On the bulk side I see an exception raised. And the browser is not happy (Server Error).
I fixed it in the command line above. In my console I used it right, with two dashes. ``` .. from sklearn.datasets import fetch_20newsgroups .. categories = ['alt.atheism', 'soc.religion.christian', 'comp.graphics',...
And I follow your videos with UMAP: ``` X = model.encode(twenty_train.data) umap = UMAP() X_tfm = umap.fit_transform(X) df = ( pd.DataFrame(X_tfm, columns=['x', 'y']) .assign( category=twenty_train.target ) ) ( df .drop(['category'],...
Yes, this is the issue. Then some access to an illegal index in a colors list or so.