13
0

Fix bug in tsne.

This commit is contained in:
Nate E TeBlunthuis 2020-11-11 16:43:41 -08:00
parent 6baa08889b
commit ed0e1a8235
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ tsne_model = TSNE(2,learning_rate=200,perplexity=40,n_iter=5000,metric='precompu
tsne_fit_model = tsne_model.fit(dist)
tsne_fit_whole = tsne_fit_model.fit_transform(mat)
tsne_fit_whole = tsne_fit_model.fit_transform(dist)
plot_data = pd.DataFrame({'x':tsne_fit_whole[:,0],'y':tsne_fit_whole[:,1], 'subreddit':col_names})

View File

@ -1 +0,0 @@
.git/annex/objects/1M/PF/SHA256E-s60874--5fe93033b4fcac562cb235e85134d2bd330a0aecd6d0afc151f9b9c028b0ebe5/SHA256E-s60874--5fe93033b4fcac562cb235e85134d2bd330a0aecd6d0afc151f9b9c028b0ebe5

View File

@ -0,0 +1 @@
/annex/objects/SHA256E-s60874--7bbf7440060a402ccc5613461bc82558f59f8e4aa6851a8cf52402c24e4407d1