8000 DOC Remove `graph_shortest_path` references (#20677) · rth/scikit-learn@20ee33a · GitHub
[go: up one dir, main page]

Skip to content

Commit 20ee33a

Browse files
authored
DOC Remove graph_shortest_path references (scikit-learn#20677)
1 parent 7366abd commit 20ee33a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

doc/developers/utilities.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,6 @@ Graph Routines
165165
If this is ever needed again, it would be far faster to use a single
166166
iteration of Dijkstra's algorithm from ``graph_shortest_path``.
167167

168-
- :func:`graph_shortest_path.graph_shortest_path`:
169-
(used in :class:`~sklearn.manifold.Isomap`)
170-
Return the shortest path between all pairs of connected points on a directed
171-
or undirected graph. Both the Floyd-Warshall algorithm and Dijkstra's
172-
algorithm are available. The algorithm is most efficient when the
173-
connectivity matrix is a ``scipy.sparse.csr_matrix``.
174-
175168

176169
Testing Functions
177170
=================

doc/modules/classes.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,6 @@ Plotting
16021602
utils.gen_batches
16031603
utils.gen_even_slices
16041604
utils.graph.single_source_shortest_path_length
1605-
utils.graph_shortest_path.graph_shortest_path
16061605
utils.indexable
16071606
utils.metaestimators.if_delegate_has_method
16081607
utils.metaestimators.available_if

0 commit comments

Comments
 (0)
0