Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Jun 5, 2023
1 parent db70ca1 commit 0ad3d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/t-SNE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@
}
],
"source": [
"layout, tsne_df = plot_tsne(vectors, track_names, random_state = 616906225, title = f'Track2Vec (creativity = 0) UMAP projection from 100 dimensions into 2 of {len(track_names):,} Spotify tracks')"
"layout, tsne_df = plot_tsne(vectors, track_names, random_state = 616906225, title = f'Track2Vec (creativity = 0) t-SNE projection from 100 dimensions into 2 of {len(track_names):,} Spotify tracks')"
]
},
{
Expand Down Expand Up @@ -2153,7 +2153,7 @@
}
],
"source": [
"layout, tsne_df = plot_tsne(vectors, track_names, random_state = 615906225, title = f'Mp3ToVec (creativity = 1) UMAP projection from 100 dimensions into 2 of {len(track_names):,} Spotify tracks')"
"layout, tsne_df = plot_tsne(vectors, track_names, random_state = 615906225, title = f'Mp3ToVec (creativity = 1) t-SNE projection from 100 dimensions into 2 of {len(track_names):,} Spotify tracks')"
]
},
{
Expand Down

0 comments on commit 0ad3d94

Please sign in to comment.