We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dae836 commit bae1a42Copy full SHA for bae1a42
1 file changed
README.md
@@ -42,7 +42,7 @@ summarize_images(X, targets=y, num_images_per_class=10, num_classes=10)
42
- Visualize the 2d and 3d embeddings of images
43
```python
44
from sklearn.datasets import load_digits
45
-from optical_toolkit.embeddings import get_embeddings
+from optical_toolkit.visualize.embeddings import get_embeddings
46
47
X, y = load_digits()
48
0 commit comments