Skip to content

Commit be22c05

Browse files
authored
Merge pull request #78 from michaelaye/patch-1
Add missing code block marker
2 parents a37fa97 + b02a3c2 commit be22c05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/parameter_selection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ consider a cluster. It can have slightly non-obvious effects however.
2020
Let's consider the digits dataset from sklearn. We can project the data
2121
into two dimensions to visualize it via t-SNE.
2222

23+
.. code:: python
24+
2325
digits = datasets.load_digits()
2426
data = digits.data
2527
projection = TSNE().fit_transform(data)

0 commit comments

Comments
 (0)