We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab6715 commit c219f4fCopy full SHA for c219f4f
machine_learning/tsne.py
@@ -154,7 +154,9 @@ def main() -> None:
154
Run t-SNE on Iris dataset and display the first 5 embeddings.
155
156
Example:
157
- >>> main() # runs without errors
+ >>> main() # doctest: +ELLIPSIS
158
+ t-SNE embedding (first 5 points):
159
+ [[-...
160
"""
161
data_x, _ = collect_dataset()
162
y_emb = apply_tsne(data_x, n_components=2, n_iter=300)
0 commit comments