10000 DOC Fix argument ref in Isomap docs (#17217) · scikit-learn/scikit-learn@8595fe4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8595fe4

Browse files
DOC Fix argument ref in Isomap docs (#17217)
1 parent ca344be commit 8595fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/manifold.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The Isomap algorithm comprises three stages:
132132
:math:`N \times N` isomap kernel. For a dense solver, the cost is
133133
approximately :math:`O[d N^2]`. This cost can often be improved using
134134
the ``ARPACK`` solver. The eigensolver can be specified by the user
135-
with the ``path_method`` keyword of ``Isomap``. If unspecified, the
135+
with the ``eigen_solver`` keyword of ``Isomap``. If unspecified, the
136136
code attempts to choose the best algorithm for the input data.
137137

138138
The overall complexity of Isomap is

0 commit comments

Comments
 (0)
0