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.
2 parents a37fa97 + b02a3c2 commit be22c05Copy full SHA for be22c05
docs/parameter_selection.rst
@@ -20,6 +20,8 @@ consider a cluster. It can have slightly non-obvious effects however.
20
Let's consider the digits dataset from sklearn. We can project the data
21
into two dimensions to visualize it via t-SNE.
22
23
+.. code:: python
24
+
25
digits = datasets.load_digits()
26
data = digits.data
27
projection = TSNE().fit_transform(data)
0 commit comments