Skip to content

Commit c05ae51

Browse files
committed
Fix readme
1 parent ea68f31 commit c05ae51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ from embedding_encoder import EmbeddingEncoder
119119

120120
ee = EmbeddingEncoder(task="classification")
121121
ee.fit(X=X, y=y)
122-
plot_embeddings(ee, variable="", )
122+
ee.plot_embeddings(variable="", model="pca")
123123
```
124124

125125
## Advanced usage

0 commit comments

Comments
 (0)