Skip to content

Commit bae1a42

Browse files
authored
Update README.md
1 parent 2dae836 commit bae1a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ summarize_images(X, targets=y, num_images_per_class=10, num_classes=10)
4242
- Visualize the 2d and 3d embeddings of images
4343
```python
4444
from sklearn.datasets import load_digits
45-
from optical_toolkit.embeddings import get_embeddings
45+
from optical_toolkit.visualize.embeddings import get_embeddings
4646

4747
X, y = load_digits()
4848

0 commit comments

Comments
 (0)