From fd8eb7bc552a20bcb28a2199842bcac120b2822b Mon Sep 17 00:00:00 2001 From: aldermartinez Date: Wed, 17 Jun 2020 22:14:54 -0500 Subject: [PATCH] Update manifold.rst Fixing a typo in the documentation when importing manifold_embedding using the quick method --- docs/api/features/manifold.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/features/manifold.rst b/docs/api/features/manifold.rst index dafe3caeb..0109c8f8c 100644 --- a/docs/api/features/manifold.rst +++ b/docs/api/features/manifold.rst @@ -163,7 +163,7 @@ The same functionality above can be achieved with the associated quick method `` .. code:: python - from yellowbrick.features.Manifold import manifold_embedding + from yellowbrick.features.manifold import manifold_embedding from yellowbrick.datasets import load_concrete # Load the regression dataset