File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1515######################################################################
1616# Imports
1717# ^^^^^^^
18+ # .. note::
1819#
20+ # In order to show the charts of the examples you need a graphical
21+ # ``matplotlib`` backend installed. For intance, use ``pip install pyqt5``
22+ # to get Qt graphical interface or use your favorite one.
1923
2024from sklearn .manifold import TSNE
2125
Original file line number Diff line number Diff line change 66Sandwich demo based on code from http://nbviewer.ipython.org/6576096
77"""
88
9+ ######################################################################
10+ # .. note::
11+ #
12+ # In order to show the charts of the examples you need a graphical
13+ # ``matplotlib`` backend installed. For intance, use ``pip install pyqt5``
14+ # to get Qt graphical interface or use your favorite one.
15+
916import numpy as np
1017from matplotlib import pyplot as plt
1118from sklearn .metrics import pairwise_distances
You can’t perform that action at this time.
0 commit comments